Skip to content

Commit

Permalink
Remove at-pure from manual (#28496)
Browse files Browse the repository at this point in the history
  • Loading branch information
helgee authored and ararslan committed Aug 7, 2018
1 parent 16ba04f commit cc29668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/src/manual/types.md
Original file line number Diff line number Diff line change
Expand Up @@ -1383,7 +1383,7 @@ for cases where you don't need a more elaborate hierarchy.
julia> struct Val{x}
end
julia> Base.@pure Val(x) = Val{x}()
julia> Val(x) = Val{x}()
Val
```

Expand Down

0 comments on commit cc29668

Please sign in to comment.