Skip to content

Commit d415550

Browse files
brettcannonlpil
authored andcommitted
Grammar fix for gleam/erlang/process.{type Subject} docs
1 parent 4c2ad8d commit d415550

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gleam/erlang/process.gleam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ pub fn spawn_unlinked(a: fn() -> anything) -> Pid
5656
/// to and from each other in a well typed way.
5757
///
5858
/// Each subject is "owned" by the process that created it. Any process can use
59-
/// the `send` function to sent a message of the correct type to the process
59+
/// the `send` function to send a message of the correct type to the process
6060
/// that owns the subject, and the owner can use the `receive` function or the
6161
/// `Selector` type to receive these messages.
6262
///

0 commit comments

Comments
 (0)