We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d3e64f commit 2848bfbCopy full SHA for 2848bfb
doc/src/manual/types.md
@@ -1415,7 +1415,7 @@ julia> firstlast(Val(false))
1415
"Last"
1416
```
1417
1418
-For consistency across Julia, the call site should always pass a `Val`*instance* rather than using
+For consistency across Julia, the call site should always pass a `Val` *instance* rather than using
1419
a *type*, i.e., use `foo(Val(:bar))` rather than `foo(Val{:bar})`.
1420
1421
It's worth noting that it's extremely easy to mis-use parametric "value" types, including `Val`;
0 commit comments