Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbyrne committed Aug 16, 2016
1 parent 54ec215 commit a5e7a63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion base/special/bessel.jl
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ end


"""
airyai(x::Complex128)
airyai(x)
Airy function of the first kind ``\\operatorname{Ai}(x)``.
"""
Expand Down
2 changes: 1 addition & 1 deletion doc/stdlib/math.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1400,7 +1400,7 @@ Mathematical Functions

.. Docstring generated from Julia source
Airy function :math:`\operatorname{Ai}(x)`\ .
Airy function of the first kind :math:`\operatorname{Ai}(x)`\ .

.. function:: airyaiprime(x)

Expand Down

0 comments on commit a5e7a63

Please sign in to comment.