Skip to content
This repository was archived by the owner on Aug 8, 2025. It is now read-only.

Commit 13587cd

Browse files
authored
Fix typo in unity/part-2.md (#298)
1 parent bc95b74 commit 13587cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/unity/part-2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ pub fn connect(ctx: &ReducerContext) -> Result<(), String> {
392392
}
393393
```
394394

395-
The `client_connected` argument to the `spacetimedb::reducer` macro indicates to SpacetimeDB that this is a special reducer. This reducer is only every called by SpacetimeDB itself when a client connects to your module.
395+
The `client_connected` argument to the `spacetimedb::reducer` macro indicates to SpacetimeDB that this is a special reducer. This reducer is only ever called by SpacetimeDB itself when a client connects to your module.
396396

397397
> SpacetimeDB gives you the ability to define custom reducers that automatically trigger when certain events occur.
398398
>
@@ -411,7 +411,7 @@ public static void Connect(ReducerContext ctx)
411411
}
412412
```
413413

414-
The `ReducerKind.ClientConnected` argument to the `SpacetimeDB.Reducer` attribute indicates to SpacetimeDB that this is a special reducer. This reducer is only every called by SpacetimeDB itself when a client connects to your module.
414+
The `ReducerKind.ClientConnected` argument to the `SpacetimeDB.Reducer` attribute indicates to SpacetimeDB that this is a special reducer. This reducer is only ever called by SpacetimeDB itself when a client connects to your module.
415415

416416
> SpacetimeDB gives you the ability to define custom reducers that automatically trigger when certain events occur.
417417
>

0 commit comments

Comments
 (0)