mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 18:36:43 +00:00
fix(outliner): fix typo
This commit is contained in:
@@ -107,7 +107,7 @@
|
||||
|
||||
(defn- find-last-node
|
||||
[root-node-id indexed-by-position indexed-by-id]
|
||||
"Root node is not in these blocks which be indexed. Tt should be the page
|
||||
"Root node is not in these blocks which be indexed. It should be the page
|
||||
block's :db/id."
|
||||
(assert (some? root-node-id) "root-node-id should satisfy some?.")
|
||||
(assert (and (map? indexed-by-position) (seq indexed-by-position))
|
||||
|
||||
Reference in New Issue
Block a user