Skip to content

Commit e805636

Browse files
committed
fix comments (?)
1 parent 1c6edf7 commit e805636

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,4 +147,5 @@ public->join = dyn (x, y) {
147147
@ this will join x with y.
148148
return x + " " + y
149149
};
150-
```
150+
```
151+
Note though, that due to lack of cache this will be loaded every time it is used.

0 commit comments

Comments
 (0)