Skip to content

Commit

Permalink
docs: typos
Browse files Browse the repository at this point in the history
  • Loading branch information
pmqueiroz committed Nov 6, 2024
1 parent add6df0 commit cae693c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/docs/examples/values.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ io::printLn(!true)
```

```sh
$ go run values.go
# golang
$ umbra values.u
# umbralang
# 1+1 = 2
# 7.0/3.0 = 2.3333333333333335
# 7/3 = 2.3333333333333335
# false
# true
# false
Expand Down

0 comments on commit cae693c

Please sign in to comment.