@@ -147,8 +147,8 @@ This description deserves some comments.
147147  it is often convenient to use variables in formulae before declaring them.
148148  The Model Exchange Format, therefore, refers to variables with the generic term "event",
149149  possibly without a "type" attribute.
150- - By default, the value of a house is event is "false". 
151-   So  it is not necessary to associate a value with a house event when declaring it.
150+ - By default, the value of a house is event is "false", 
151+   so  it is not necessary to associate a value with a house event when declaring it.
152152  We shall see in :numref: `instructions ` how to change the value of a house event.
153153- Although events are typed (they are either gates, house events or basic events),
154154  two different events cannot have the same name (within the same name space),
@@ -169,7 +169,7 @@ The attribute "role" is used to declare whether an element is public or private,
169169i.e., whether it can be referred by its name everywhere in the model
170170or only within its inner most container.
171171This point will be further explained in the next section.
172- This attribute is optional for by default all elements are public.
172+ This attribute is optional,  for by default,  all elements are public.
173173
174174The fault tree pictured in :numref: `fig_fault_tree ` is described in :numref: `xml_fault_tree `.
175175In this representation, the house event "h1" has by default the value "true".
0 commit comments