Skip to content

Commit c2f9b02

Browse files
committed
docs: get is not assoc
1 parent 1a1681f commit c2f9b02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rust_core/get.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use crate::persistent_list_map::IPersistentMap;
33
use crate::value::{ToValue, Value};
44
use std::rc::Rc;
55

6-
// General assoc fn; however, currently just implemented
6+
// General get fn; however, currently just implemented
77
// for our one map type, PersistentListMap
88
#[derive(Debug, Clone)]
99
pub struct GetFn {}

0 commit comments

Comments
 (0)