Skip to content

Commit

Permalink
Merge pull request #120 from jingpengw/patch-1
Browse files Browse the repository at this point in the history
fix a usage error
  • Loading branch information
ajkeller34 authored Feb 13, 2018
2 parents a76397c + bb13b10 commit 85c7dd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ true
```

In the next examples we assume we have brought some units into our namespace,
e.g. using `m = u"m"`, etc.
e.g. `const m = u"m"`, etc.

```jldoctest
julia> uconvert(°C, 212°F)
Expand Down

0 comments on commit 85c7dd4

Please sign in to comment.