From 9143a4464ba92a50b250575b824a6635ac5bf0fe Mon Sep 17 00:00:00 2001 From: Matthew Hall Date: Sat, 11 Mar 2023 22:41:52 +1300 Subject: Documentation for Phrase --- src/parcom.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/parcom.cr') diff --git a/src/parcom.cr b/src/parcom.cr index aa7abba..6c17596 100644 --- a/src/parcom.cr +++ b/src/parcom.cr @@ -81,7 +81,7 @@ module Parcom end end - class Phrase(T, V) + class Phrase(T, V) < Parser(T, V) @p : Map(T, {V, Nil}, V) def initialize(p : Parser(T, V)) -- cgit v1.2.1