Correct comment

Co-authored-by: Arthur Baars <aibaars@github.com>
This commit is contained in:
Nick Rolfe
2020-10-30 10:24:24 +00:00
committed by GitHub
parent 4d5d80c749
commit 2232700428

View File

@@ -396,7 +396,7 @@ enum TrapEntry {
ChildOf(String, Label, String, Option<Index>, Label),
// @location(loc, path, r1, c1, r2, c2)
Located(Vec<Arg>),
/// foo_bar(arg?)
/// foo_bar(arg*)
GenericTuple(String, Vec<Arg>),
Comment(String),
}