summaryrefslogtreecommitdiff
path: root/lib/stdlib/test/shell_docs_SUITE_data/unknown_erlang_function_exported_3_func.txt
diff options
context:
space:
mode:
Diffstat (limited to 'lib/stdlib/test/shell_docs_SUITE_data/unknown_erlang_function_exported_3_func.txt')
-rw-r--r--lib/stdlib/test/shell_docs_SUITE_data/unknown_erlang_function_exported_3_func.txt6
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/stdlib/test/shell_docs_SUITE_data/unknown_erlang_function_exported_3_func.txt b/lib/stdlib/test/shell_docs_SUITE_data/unknown_erlang_function_exported_3_func.txt
index 4ea9703aa4..0b7f45f6fb 100644
--- a/lib/stdlib/test/shell_docs_SUITE_data/unknown_erlang_function_exported_3_func.txt
+++ b/lib/stdlib/test/shell_docs_SUITE_data/unknown_erlang_function_exported_3_func.txt
@@ -5,11 +5,7 @@
 Function :: atom(),
 Arity :: arity().
- Returns true if the module Module is loaded and contains an
+ Returns true if the module Module is current and contains an
exported function Function/Arity, or if there is a BIF (a
built-in function implemented in C) with the specified name,
otherwise returns false.
-
- Note:
- This function used to return false for BIFs before
- Erlang/OTP 18.0.