summaryrefslogtreecommitdiff
path: root/lib/stdlib/test/shell_docs_SUITE_data/unknown_erlang_mfa_0_type.txt
diff options
context:
space:
mode:
Diffstat (limited to 'lib/stdlib/test/shell_docs_SUITE_data/unknown_erlang_mfa_0_type.txt')
-rw-r--r--lib/stdlib/test/shell_docs_SUITE_data/unknown_erlang_mfa_0_type.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/stdlib/test/shell_docs_SUITE_data/unknown_erlang_mfa_0_type.txt b/lib/stdlib/test/shell_docs_SUITE_data/unknown_erlang_mfa_0_type.txt
new file mode 100644
index 0000000000..acc57bebf0
--- /dev/null
+++ b/lib/stdlib/test/shell_docs_SUITE_data/unknown_erlang_mfa_0_type.txt
@@ -0,0 +1,5 @@
+
+ -type mfa() :: {module(), atom(), arity()}.
+
+ A three-tuple representing a Module:Function/Arity function
+ signature.