summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorhlaaftana <10591326+hlaaftana@users.noreply.github.com>2020-02-24 11:57:15 +0300
committerGitHub <noreply@github.com>2020-02-24 09:57:15 +0100
commit84e78b4ffc005de7a76ec7d05bdfd0caf56a79b1 (patch)
tree7649a6f743e179f52cd9a929536f163b4f4bbaf7
parent3e8858d6947b0607b82bbe3ed0a82053280e530f (diff)
downloadNim-84e78b4ffc005de7a76ec7d05bdfd0caf56a79b1.tar.gz
Minor doc change in macros, future -> sugar (#13475) [ci skip]
-rw-r--r--lib/core/macros.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/core/macros.nim b/lib/core/macros.nim
index f97cd73ad..31e133090 100644
--- a/lib/core/macros.nim
+++ b/lib/core/macros.nim
@@ -1471,7 +1471,7 @@ macro expandMacros*(body: typed): untyped =
   ## For instance,
   ##
   ## .. code-block:: nim
-  ##   import future, macros
+  ##   import sugar, macros
   ##
   ##   let
   ##     x = 10
revision' href='/danisanti/profani-tty/blame/Dockerfile.tumbleweed?id=48013f8d4368a81596cff42b5697a6f49a29865e'>^
9cd5dfbd ^
3700c80a ^
9cd5dfbd ^

3700c80a ^
9cd5dfbd ^

3700c80a ^
9cd5dfbd ^
0211ab0e ^
3700c80a ^
9cd5dfbd ^

3700c80a ^

9cd5dfbd ^
3700c80a ^
9cd5dfbd ^
9cd5dfbd ^
3700c80a ^


672f3e22 ^

0857b5ee ^




9cd5dfbd ^



9db466dc ^






9cd5dfbd ^



1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57