Skip to content

Commit 96455d4

Browse files
committed
address a comment
1 parent 49db6f9 commit 96455d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@
306306
- Added `iterable[T]` type class to match called iterators, which enables writing:
307307
`template fn(a: iterable)` instead of `template fn(a: untyped)`
308308

309-
- A new import syntax `import {.all} foo` now allows to import all symbols (public or private)
309+
- A new import syntax `import {.all.} foo` now allows to import all symbols (public or private)
310310
from `foo`. It works in combination with all pre-existing import features.
311311
This reduces or eliminates the need for workarounds such as using `include` (which has known issues)
312312
when you need a private symbol for testing or making some internal APIs public just because

0 commit comments

Comments
 (0)