text update

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

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

Loading…
Cancel
Save