Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
Thanks @adwelly for finding that
  • Loading branch information
yoavrubin committed May 2, 2016
1 parent c20f0d9 commit 2c9e745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functionalDB/functionalDB.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ This lower-level API is composed of the following four accessor functions:
```clojure
(defn entity-at
([db ent-id] (entity-at db (:curr-time db) ent-id))
([db ts ent-id] (stored-entity (get-in db [:layers ts :storage]) ent-id)))
([db ts ent-id] (get-entity (get-in db [:layers ts :storage]) ent-id)))

(defn attr-at
([db ent-id attr-name] (attr-at db ent-id attr-name (:curr-time db)))
Expand Down

0 comments on commit 2c9e745

Please sign in to comment.