Skip to content

Commit 96d8b13

Browse files
fixup! Natspect memory-safe annotation deprecation warning
1 parent 67f71ff commit 96d8b13

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 annotation for inline assembly is deprecated and scheduled for removal in the next breaking version (0.9)."
217+
"Natspec 'memory-safe-assembly' special comment for inline assembly is deprecated and scheduled for removal in the next breaking version (0.9)."
218218
);
219219
}
220220
else

0 commit comments

Comments
 (0)