From a5e7a639cfaf1f9dc6a0ad5ba34f92b164537c25 Mon Sep 17 00:00:00 2001 From: Simon Byrne Date: Tue, 16 Aug 2016 15:07:43 +0100 Subject: [PATCH] fix docs --- base/special/bessel.jl | 2 +- doc/stdlib/math.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/base/special/bessel.jl b/base/special/bessel.jl index 54b50d3e053ea..682f064f43c7f 100644 --- a/base/special/bessel.jl +++ b/base/special/bessel.jl @@ -41,7 +41,7 @@ end """ - airyai(x::Complex128) + airyai(x) Airy function of the first kind ``\\operatorname{Ai}(x)``. """ diff --git a/doc/stdlib/math.rst b/doc/stdlib/math.rst index b451d79e66881..a9f34aec98baf 100644 --- a/doc/stdlib/math.rst +++ b/doc/stdlib/math.rst @@ -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)