Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
utdemir committed Jun 20, 2023
1 parent 9176932 commit 535ab43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: tests
name: Build & Test

on:
- push
Expand Down
3 changes: 1 addition & 2 deletions docs/src/00 Why.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ it is useful when:
* Your data fits in memory, and do not need to persist it (or have another mechanism
for persisting it).
* You want a thin layer to represent your data and queries as plain JavaScript
persistence mechanism).
objects.
* You want to be able to query your data in multiple ways, without having to
maintain multiple data structures or resort to iteration.
Expand Down Expand Up @@ -73,4 +72,4 @@ collection.adjust(

// Query the collection
console.log(ixTotalScoresPerAlliance.get("Anatolia")!.get.value)
```
```

0 comments on commit 535ab43

Please sign in to comment.