From 4a5b9eeff296c0544a445886f355c495bbf129d3 Mon Sep 17 00:00:00 2001 From: Jingpeng Wu Date: Tue, 13 Feb 2018 08:56:36 -0500 Subject: [PATCH 1/2] fix a usage error --- docs/src/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/index.md b/docs/src/index.md index fdd14d67..5bac69be 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -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) From bb13b1029ac19b35dee18c1c1d0f9c58c90215ec Mon Sep 17 00:00:00 2001 From: Jingpeng Wu Date: Tue, 13 Feb 2018 13:56:45 -0500 Subject: [PATCH 2/2] Update index.md --- docs/src/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/index.md b/docs/src/index.md index 5bac69be..538a5f91 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -84,7 +84,7 @@ true ``` In the next examples we assume we have brought some units into our namespace, -e.g. const `m = u"m"`, etc. +e.g. `const m = u"m"`, etc. ```jldoctest julia> uconvert(°C, 212°F)