Skip to content
Snippets Groups Projects
Commit 665a9316 authored by Dominique Marcadet's avatar Dominique Marcadet
Browse files

minor modification to error message

parent 4a870598
No related branches found
No related tags found
1 merge request!2Resolve "Helpers should be in a SCL class"
......@@ -25,7 +25,7 @@ context LN0
-- lnClass required and valid: in AnyLN
-- The lnClass attribute shall be LLN0
inv LN0_lnClass_value
( 'lnClass attribute shall LLN0 in LN0 (line ' + self.lineNumber.toString() + '). '
( 'lnClass attribute shall be LLN0 in LN0 (line ' + self.lineNumber.toString() + '). '
+ 'Current value is ' + self.lnClass.toString()
)
:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment