Skip to content

Commit

Permalink
lib.yang.state: fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
eugeneia committed Nov 10, 2022
1 parent 990ab59 commit 3cd57c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/yang/state.lua
Expand Up @@ -53,7 +53,7 @@ function state_reader_from_grammar(production, maybe_keyword)
end
return ret
end
function visitor.table(keyword, production)
function visitor.list(keyword, production)
-- TODO: Right now we basically map leaves to counters; we have
-- no structured way to know what keys we might use. To make
-- tables here we'd need more of a design!
Expand Down

0 comments on commit 3cd57c2

Please sign in to comment.