Skip to content

Commit 6b0f53b

Browse files
fixup! warning msgs
1 parent d20b629 commit 6b0f53b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libsolidity/analysis/DocStringTagParser.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ bool DocStringTagParser::visit(InlineAssembly const& _assembly)
214214
m_errorReporter.warning(
215215
2424_error,
216216
_assembly.location(),
217-
"Natspec 'memory-safe-assembly' special comment for inline assembly is deprecated and "
217+
"Natspec memory-safe-assembly special comment for inline assembly is deprecated and "
218218
"scheduled for removal. "
219219
"Use the memory-safe block annotation instead."
220220
);

0 commit comments

Comments
 (0)