This commit is contained in:
Daniel Saavedra 2019-06-07 21:16:14 -06:00 committed by GitHub
parent c706d50ca4
commit 8d5a749df3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
go.md
View File

@ -494,7 +494,7 @@ func (v Vertex) Abs() float64 {
{: data-line="1"}
```go
v: = Vertex{1, 2}
v := Vertex{1, 2}
v.Abs()
```