Skip to content

Commit 3e1878b

Browse files
committed
Rerun genstdlib after second commit from #17249
1 parent cafb0c8 commit 3e1878b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/stdlib/base.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Getting Around
126126

127127
Loads a source files, in the context of the ``Main`` module, on every active node, searching standard locations for files. ``require`` is considered a top-level operation, so it sets the current ``include`` path but does not use it to search for files (see help for ``include``\ ). This function is typically used to load library code, and is implicitly called by ``using`` to load packages.
128128

129-
When searching for files, ``require`` first looks for package code under ``Pkg.dir()``\ , then tries paths in the global array ``LOAD_PATH``\ .``require`` is case-sensitive on all platforms including those with case-insensitive filesystems like macOS and Windows.
129+
When searching for files, ``require`` first looks for package code under ``Pkg.dir()``\ , then tries paths in the global array ``LOAD_PATH``\ . ``require`` is case-sensitive on all platforms including those with case-insensitive filesystems like macOS and Windows.
130130

131131
.. function:: Base.compilecache(module::String)
132132

@@ -1427,3 +1427,4 @@ Internals
14271427
.. Docstring generated from Julia source
14281428
14291429
Compile the given function ``f`` for the argument tuple (of types) ``args``\ , but do not execute it.
1430+

0 commit comments

Comments
 (0)