Skip to content

Commit 9122ede

Browse files
authored
Update abstractions.md - typo
Misspelling identified, fixed
1 parent d04265b commit 9122ede

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/manual/abstractions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ To ensure that, only a *canon* form is allowed for key expressions:
4747
- `$*` must be replaced by `*` if alone in a chunk.
4848

4949
### Notes on key-space design
50-
Here are some rules of thumb to make Zenoh more comfortable to work with, and more ressource-efficient:
50+
Here are some rules of thumb to make Zenoh more comfortable to work with, and more resource-efficient:
5151
- `$*` is slower than `*`, design your key-space to avoid needing it. The need for `$*` usually stems from mixing different discriminants within a chunk. Prefer `robot/12` and `pc/18` to `robot12` and `pc18`.
5252
- A strict hierarchy, where you ensure that `a/keyexpr/that/ends/with/*` always yields data from a single type, will save you the hassle of filtering out data that's not of the right type, while saving the network bandwidth.
5353

0 commit comments

Comments
 (0)