From d407cda117704f9e7c2868e8159aa55a50c57de4 Mon Sep 17 00:00:00 2001 From: Angela Upreti Date: Fri, 25 Oct 2024 14:35:42 -0400 Subject: Fix typo in parsers.h (#7032) Corrected `maybeRefType` declaration to `maybeReftype`. --- src/parser/parsers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/parser/parsers.h') diff --git a/src/parser/parsers.h b/src/parser/parsers.h index 85a1febb5..02c2e9e47 100644 --- a/src/parser/parsers.h +++ b/src/parser/parsers.h @@ -30,7 +30,7 @@ using namespace std::string_view_literals; template Result absheaptype(Ctx&, Shareability); template Result heaptype(Ctx&); -template MaybeResult maybeRefType(Ctx&); +template MaybeResult maybeReftype(Ctx&); template Result reftype(Ctx&); template MaybeResult tupletype(Ctx&); template Result valtype(Ctx&); -- cgit v1.2.3