Skip to content

Commit 4398637

Browse files
committed
fix e.g. -> such as
1 parent 9dc91d8 commit 4398637

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

quiz/src/quiz.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,10 +203,10 @@ object quizMaker:
203203
lazy val entityConceptGroups: ArraySeq[((EntGroup,String),String)] = ArraySeq(
204204
ContextEnt -> "Actor" -> "A role played by a user or external system that interacts with the system (product, app, or service) under development.",
205205
ContextEnt -> "App" -> "A computer program, or group of programs designed for end users, normally with a graphical user interface. Short for application.",
206-
ContextEnt -> "Domain" -> "The application area of a product with its surrounding entities, e.g. users or other systems.",
207-
ContextEnt -> "Product" -> "An artifact offered to users or customers, e.g. an app, service or embedded system.",
206+
ContextEnt -> "Domain" -> "The application area of a product with its surrounding entities, such as users or other systems.",
207+
ContextEnt -> "Product" -> "An artifact offered to users or customers, such as an app, service or embedded system.",
208208
ContextEnt -> "Release" -> "A specific version of a product offered to end users at a specific time.",
209-
ContextEnt -> "Resource" -> "A capability of, or support for product development, e.g. a development team or some testing equipment.",
209+
ContextEnt -> "Resource" -> "A capability of, or support for product development, such as a development team or some testing equipment.",
210210
ContextEnt -> "Risk" -> "Something negative that may happen.",
211211
ContextEnt -> "Scenario" -> "A narrative of foreseeable interactions of user roles (actors) and the system (product, app, or service) under development..",
212212
ContextEnt -> "Service" -> "System use that provides value to stakeholders. System actions that stakeholders are willing to pay for.",

0 commit comments

Comments
 (0)