We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
gleam/erlang/process.{type Subject}
1 parent 4c2ad8d commit d415550Copy full SHA for d415550
src/gleam/erlang/process.gleam
@@ -56,7 +56,7 @@ pub fn spawn_unlinked(a: fn() -> anything) -> Pid
56
/// to and from each other in a well typed way.
57
///
58
/// 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
+/// the `send` function to send a message of the correct type to the process
60
/// that owns the subject, and the owner can use the `receive` function or the
61
/// `Selector` type to receive these messages.
62
0 commit comments