Skip to content

Commit 62e3105

Browse files
eksperimentaljosevalim
authored andcommitted
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]
1 parent b38491c commit 62e3105

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/pages/Typespecs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The notation to represent the union of types is the pipe `|`. For example, the t
4848
| atom()
4949
| map() # any map
5050
| pid() # process identifier
51-
| port()
51+
| port() # port identifier
5252
| reference()
5353
| struct() # any struct
5454
| tuple() # tuple of any size

0 commit comments

Comments
 (0)