Skip to content

Commit

Permalink
Fix typo fetch(remotecall(...)) in style guide
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Lostanlen committed Apr 28, 2015
1 parent e977ad1 commit f4bb9b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/manual/style-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ Use naming conventions consistent with Julia's ``base/``
When necessary, use underscores as word separators.
Underscores are also used to indicate a combination of
concepts (:func:`remotecall_fetch` as a more efficient implementation
of ``remotecall(fetch(...))``) or as modifiers (:func:`sum_kbn`).
of ``fetch(remotecall(...))``) or as modifiers (:func:`sum_kbn`).
- conciseness is valued, but avoid abbreviation
(:func:`indexin` rather than ``indxin()``) as it becomes difficult to
remember whether and how particular words are abbreviated.
Expand Down

0 comments on commit f4bb9b7

Please sign in to comment.