aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/libraries.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libraries.md b/docs/libraries.md
index cd69a14a..41f29cba 100644
--- a/docs/libraries.md
+++ b/docs/libraries.md
@@ -48,7 +48,7 @@ Now, what happens if we want to _use_ the compiled object file?
```
// File: baz.tm
-foo := use ./foo
+foo := use ./foo.tm
func say_stuff():
say("I got {foo.my_variable} from foo")