Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions stdlib/InteractiveUtils/docs/src/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Interactive Utilities

This module is intended for interactive work. It is loaded automaticaly in [interactive mode](@ref command-line-options).
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
This module is intended for interactive work. It is loaded automaticaly in [interactive mode](@ref command-line-options).
The functionality documented on this page is defined in the `InteractiveUtils` standard library module. This module is intended for interactive work and it is loaded automatically in [interactive mode](@ref command-line-options), for example when working in the REPL.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The functionality documented on this page is defined in the InteractiveUtils standard library module.

I would have thought that is apparent from the context, like for all other modules.


```@docs
InteractiveUtils.apropos
InteractiveUtils.varinfo
Expand Down