Skip to content

Commit 3152c77

Browse files
committed
Updated README for 0.6
1 parent 68a7ce6 commit 3152c77

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
@@ -43,7 +43,8 @@ println("Price of house:$(price(h))") # no need to redefine h
4343
> Price of house: 130
4444
```
4545

46-
NOTE: Parametric types cannot be _defined_ inside a `creload`ed module. (This is no longer an issue on Julia 0.6, see [#17618](https://github.com/JuliaLang/julia/pull/17618)). Using parametric types is fine.
46+
NOTE: Parametric types cannot be defined inside a `creload`ed module on Julia 0.5.
47+
This is fixed on Julia 0.6.
4748

4849
## Autoreload
4950

0 commit comments

Comments
 (0)