Skip to content

Commit 4aab5df

Browse files
committed
Typo
1 parent 4979664 commit 4aab5df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/gleam/otp/factory_supervisor.gleam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//// A supervisor where child processes are started dynamically from a
1+
//// A supervisor where child processes are started dynamically from afacto
22
//// pre-specified template, so new processes can be created as needed
33
//// while the program is running.
44
////
@@ -31,7 +31,7 @@
3131
////
3232
//// /// This function starts the application's supervision tree.
3333
//// ///
34-
//// /// It takes a record as an argument that
34+
//// /// It takes a name as an argument that is used by the factory supervisor.
3535
//// ///
3636
//// pub fn start_supervision_tree(reporters_name: Name(_)) -> StartResult(_) {
3737
//// // Define a named factory supervisor that can create new child processes

0 commit comments

Comments
 (0)