Skip to content

Commit

Permalink
Merge pull request #11040 from lostanlen/patch-1
Browse files Browse the repository at this point in the history
doc: fix typo fetch(remotecall(...)) in style guide [ci skip]
  • Loading branch information
amitmurthy committed Apr 28, 2015
2 parents f966696 + f4bb9b7 commit e213430
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 e213430

Please sign in to comment.