diff --git a/src/mala.gleam b/src/mala.gleam index d713c0b..a27d7d6 100644 --- a/src/mala.gleam +++ b/src/mala.gleam @@ -61,7 +61,7 @@ type NonOwnerAccess { Private } -/// Key all values for a given key in the table. +/// Get all values for a given key in the table. /// /// This function will return an error if the bag has been dropped, either explicitly /// with `drop_table` or implicitly by the owner process terminating.