Skip to content

Commit 75c2bc1

Browse files
authored
Merge pull request #89 from phrohdoh/fix-get-fn-docs
fix `GetFn` docs: `get` is not `assoc`
2 parents 1a1681f + c2f9b02 commit 75c2bc1

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)