Skip to content

Commit dbb90fc

Browse files
authored
Merge pull request #11469 from spapiernik/stdlib/gen-server-docs-fix
stdlib: fix typo in gen_server documentation
2 parents ec68721 + 1705623 commit dbb90fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/stdlib/src/gen_server.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1045,7 +1045,7 @@ to initialize. To ensure a synchronized startup procedure,
10451045
has returned or failed.
10461046

10471047
[`ServerName`](`t:server_name/0`) specifies with what name
1048-
and now to register the server name. See type `t:server_name/0`
1048+
and how to register the server name. See type `t:server_name/0`
10491049
for different name registrations.
10501050

10511051
`Module` is the name of the callback module.

0 commit comments

Comments
 (0)