Skip to content

Commit

Permalink
typo Blocklist -> Blockslist
Browse files Browse the repository at this point in the history
  • Loading branch information
evelynmitchell committed May 3, 2024
1 parent d21c202 commit 5fa9c74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,7 @@ print(f"Task result: {task.result}")



### `BlockList`
### `Blockslist`
- Modularity and Flexibility: BlocksList allows users to create custom swarms by adding or removing different classes or functions as blocks. This means users can easily tailor the functionality of their swarm to suit their specific needs.

- Ease of Management: With methods to add, remove, update, and retrieve blocks, BlocksList provides a straightforward way to manage the components of a swarm. This makes it easier to maintain and update the swarm over time.
Expand Down
2 changes: 1 addition & 1 deletion docs/swarms/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,7 @@ print(f"Task result: {task.result}")



### `BlockList`
### `BlocksList`
- Modularity and Flexibility: BlocksList allows users to create custom swarms by adding or removing different classes or functions as blocks. This means users can easily tailor the functionality of their swarm to suit their specific needs.

- Ease of Management: With methods to add, remove, update, and retrieve blocks, BlocksList provides a straightforward way to manage the components of a swarm. This makes it easier to maintain and update the swarm over time.
Expand Down

0 comments on commit 5fa9c74

Please sign in to comment.