text update

pull/4052/head
aniket-engg 1 year ago committed by Aniket
parent 407415d2b0
commit d24540f85f
  1. 4
      libs/remix-ui/editor/src/lib/providers/quickfixes.ts

@ -109,7 +109,7 @@ export default {
'TypeError: Trying to override non-virtual function. Did you forget to add "virtual"':[
{
id: 6,
title: "Add 'virtual' to function",
title: "Add 'virtual' specifier",
message: 'virtual',
nodeType: 'FunctionDefinition'
}
@ -117,7 +117,7 @@ export default {
'TypeError: Overriding function is missing "override" specifier':[
{
id: 7,
title: "Add 'override' to function",
title: "Add 'override' specifier",
message: 'override',
nodeType: 'FunctionDefinition'
}

Loading…
Cancel
Save