Skip to content

Commit cffa184

Browse files
authored
Merge pull request #4940 from v-maudel/patch-6
C87666: Asterisk should be escaped instead of back-slash on this example
2 parents 3e0cecd + 3a492d4 commit cffa184

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/vs-2015/modeling/uml-use-case-diagrams-guidelines.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -164,11 +164,11 @@ In Visual Studio, you can draw a *use case diagram* to summarize who uses your a
164164

165165
![Use case showing many to many multiplicity](../modeling/media/uml-ucguidemulti2.png "UML_UCGuideMulti2")
166166

167-
- To state that several actors of the same class can take part in a single occurrence of a use case, set the multiplicity at the actor end of the association to **1..\\***.
167+
- To state that several actors of the same class can take part in a single occurrence of a use case, set the multiplicity at the actor end of the association to **1..\***.
168168

169169
In the illustration, one or more restaurants can take part in fulfilling the same meal order.
170170

171-
- To show that each actor can participate at the same time in several occurrences of a use case, set the multiplicity at the use case end of the association to **\\***.
171+
- To show that each actor can participate at the same time in several occurrences of a use case, set the multiplicity at the use case end of the association to **\***.
172172

173173
In the illustration, each restaurant can work on fulfilling more than one order at a time.
174174

@@ -184,11 +184,11 @@ In Visual Studio, you can draw a *use case diagram* to summarize who uses your a
184184

185185
- **1** to state that exactly one instance of this role participates in each link.
186186

187-
- **1..\\*** to state that one or more instance of this role participate in each link.
187+
- **1..\*** to state that one or more instance of this role participate in each link.
188188

189189
- **0..1** to state that participation is optional.
190190

191-
- **\\*** to state that zero or more instances of this role participate in the link.
191+
- **\*** to state that zero or more instances of this role participate in the link.
192192

193193
> [!NOTE]
194194
> Many teams do not place multiplicity information on use case diagrams, leaving the multiplicities at the default value of 1. Instead, they provide the information in separate descriptions of the use cases. In this case, all the multiplicities in the use case diagrams will be hidden.

0 commit comments

Comments
 (0)