Skip to content

Commit 028d6aa

Browse files
committed
Update documentation
1 parent e7e7404 commit 028d6aa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Documentation~/articles/data-structures.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ slug: "/manual/data-structures"
66

77
The **Architecture Toolkit** contains various data structures that may be useful throughout a project. The following data structures are available in the package:
88

9-
<br/>
10-
119
## Accumulators
1210

1311
Accumulators work like a reducer function by accumulating a set of values into a single total value except you can store the values using identifiers. This is useful to accumulate values over time while adding and removing values as needed. The total value is updated automatically any time a value is added or removed.

0 commit comments

Comments
 (0)