summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEksperimental <eksperimental@users.noreply.github.com>2018-07-11 14:49:02 +0700
committerJosé Valim <jose.valim@gmail.com>2018-07-11 09:49:02 +0200
commit62e310584f4adfed08bf57b2f48494f63d36072f (patch)
tree215a9a7d5572dac7349259d855b2a719b8a6b676
parentb38491c6e9220e43bd37361ebd10eed79b8eb203 (diff)
downloadelixir-62e310584f4adfed08bf57b2f48494f63d36072f.tar.gz
Add comment in typespecs page next to port type (#7858)
Mention that `port()` is a "port identifier", in the same vein as `pid()` is commented as being a "proccess identifier" [ci skip]
-rw-r--r--lib/elixir/pages/Typespecs.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/elixir/pages/Typespecs.md b/lib/elixir/pages/Typespecs.md
index 88e7d3b1c..a2799ccaa 100644
--- a/lib/elixir/pages/Typespecs.md
+++ b/lib/elixir/pages/Typespecs.md
@@ -48,7 +48,7 @@ The notation to represent the union of types is the pipe `|`. For example, the t
| atom()
| map() # any map
| pid() # process identifier
- | port()
+ | port() # port identifier
| reference()
| struct() # any struct
| tuple() # tuple of any size