Skip to content

Commit 653fe43

Browse files
committed
Fix comment typo
1 parent f34fe5b commit 653fe43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/cppfront.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5190,7 +5190,7 @@ class cppfront
51905190
);
51915191
}
51925192
}
5193-
// Otherwise, at function and namespace scope we can just declare
5193+
// Otherwise, at function and namespace scope we can just define
51945194
else
51955195
{
51965196
auto intro = std::string{};

0 commit comments

Comments
 (0)