Skip to content

Commit

Permalink
Add a link to fill! in the style guide (#33502)
Browse files Browse the repository at this point in the history
  • Loading branch information
joseildofilho authored and ararslan committed Oct 11, 2019
1 parent f0ab5bb commit 2b5faef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/src/manual/style-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ as applicable:

7. **Value**.
For associative collections, this is the value of the key-value pair(s).
In cases like `fill!(x, v)`, this is `v`.
In cases like [`fill!(x, v)`](@ref fill!), this is `v`.

8. **Everything else**.
Any other arguments.
Expand Down

0 comments on commit 2b5faef

Please sign in to comment.