Skip to content

Commit

Permalink
Improving wording
Browse files Browse the repository at this point in the history
  • Loading branch information
TimLethbridge committed Oct 28, 2021
1 parent fd88a12 commit 0376f74
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions build/reference/9918MixsetUseNoDeclaration.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@ noreferences

@@description

<h2> Warning reporting that mixset use statement activate a mixset that has not been declared.</h2>
<h2> Warning reporting that a mixset use statement tries to activate a mixset that has not been declared.</h2>

<p>If you encounter this warning, you can easily comment on the use statement which causes this warning, or you can declare the mixset with an empty body. <br/>
<p>If you encounter this warning, you can easily comment out the use statement that causes this warning, or you can declare the mixset with an empty body. <br/>
</p>


@@example
@@source manualexamples/W1513MixsetUsedWithNoDeclaration.ump
@@endexample
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// There are two options to get ride of this warning:
//option1: commant on the below use statement:
// There are two options to get rid of this warning:
//option1: comment out the use statement below:
use M1;

// option2: remove the comment below to declare M1 with empty body :
//mixset M1 { }

//$?[End_of_model]$?
// @@@skipcompile - there in no code to generate in this example.
// @@@skipcompile - there is no code to generate in this example.

0 comments on commit 0376f74

Please sign in to comment.