Skip to content

Commit 79c5708

Browse files
Update src/nimib.nim
Co-authored-by: Pietro Peterlongo <pietro.peterlongo@gmail.com>
1 parent 15c02bc commit 79c5708

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nimib.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ template nbFile*(name: string, body: untyped) =
142142
nb.blk.context["content"] = nb.blk.code
143143

144144
template nbFile*(name: string) =
145-
## Render content of file instead of writing to it
145+
## Read content from a file instead of writing to it
146146
newNbSlimBlock("nbFile"):
147147
nb.blk.context["filename"] = name
148148
nb.blk.context["ext"] = name.getExt

0 commit comments

Comments
 (0)