Skip to content

Commit d69fe58

Browse files
committed
fix more accidental deletions from the rebase
1 parent ee1f930 commit d69fe58

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

base/docs/helpdb/Base.jl

+14
Original file line numberDiff line numberDiff line change
@@ -1305,6 +1305,13 @@ Compute the inverse error function of a real `x`, defined by ``\\operatorname{er
13051305
"""
13061306
erfinv
13071307

1308+
"""
1309+
seek(s, pos)
1310+
1311+
Seek a stream to the given position.
1312+
"""
1313+
seek
1314+
13081315
"""
13091316
besselj0(x)
13101317
@@ -2588,6 +2595,13 @@ Test whether a floating point number is subnormal.
25882595
"""
25892596
issubnormal
25902597

2598+
"""
2599+
NullException()
2600+
2601+
An attempted access to a [`Nullable`](:obj:`Nullable`) with no defined value.
2602+
"""
2603+
NullException
2604+
25912605
"""
25922606
cfunction(function::Function, ReturnType::Type, (ArgumentTypes...))
25932607

0 commit comments

Comments
 (0)