From 476ca6a17cdb43cb629919d195798d69ae370b23 Mon Sep 17 00:00:00 2001 From: beginner_contributor <315730032+open-source-learner@users.noreply.github.com> Date: Wed, 12 Aug 2026 21:44:18 +0200 Subject: [PATCH] Update documentation for key retrieval function --- src/mala.gleam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.