Skip to content

Commit 87dc821

Browse files
fixup! Natspect memory-safe annotation deprecation warning
1 parent faff2a7 commit 87dc821

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
@@ -215,7 +215,7 @@ bool DocStringTagParser::visit(InlineAssembly const& _assembly)
215215
2424_error,
216216
_assembly.location(),
217217
"Natspec 'memory-safe-assembly' special comment for inline assembly is deprecated and scheduled for removal in the next breaking version (0.9). "
218-
"Instead, specify the assembly block annotation."
218+
"Use the memory-safe block annotation instead."
219219
);
220220
}
221221
else

0 commit comments

Comments
 (0)