We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d20b629 commit 6b0f53bCopy full SHA for 6b0f53b
libsolidity/analysis/DocStringTagParser.cpp
@@ -214,7 +214,7 @@ bool DocStringTagParser::visit(InlineAssembly const& _assembly)
214
m_errorReporter.warning(
215
2424_error,
216
_assembly.location(),
217
- "Natspec 'memory-safe-assembly' special comment for inline assembly is deprecated and "
+ "Natspec memory-safe-assembly special comment for inline assembly is deprecated and "
218
"scheduled for removal. "
219
"Use the memory-safe block annotation instead."
220
);
0 commit comments