Fix some grammar in the typed style guide (#27388)
Also, use English ("for example") rather than Latin ("e.g.") in docs.
This commit is contained in:
parent
69fd98a39d
commit
fb653cc336
1 changed files with 2 additions and 2 deletions
|
|
@ -446,5 +446,5 @@ is a list of additional conventions:
|
||||||
* Incoming messages to an actor are typically called commands, and therefore the super type of all
|
* Incoming messages to an actor are typically called commands, and therefore the super type of all
|
||||||
messages that an actor can handle is typically @scala[`sealed trait Command`]@java[`interface Command {}`].
|
messages that an actor can handle is typically @scala[`sealed trait Command`]@java[`interface Command {}`].
|
||||||
|
|
||||||
* Use past tense for the events persisted by an `EventSourcedBehavior` since those represent facts that has happened,
|
* Use past tense for the events persisted by an `EventSourcedBehavior` since those represent facts that have happened,
|
||||||
e.g. `Incremented`.
|
for example `Incremented`.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue