Commit 91eaf79
authored
Grammar & Clarity Fixes in Documentation (#298)
Hyphenation Fix (examples/agent-kit-langgraph/README.md)
General purpose agent → General-purpose agent (correct compound
adjective usage).
Preposition Fix (guides/add_your_own_tool.md)
Add supporting functions in SolanaAgentKit → Add supporting functions to
SolanaAgentKit (correct preposition).
Article Addition (guides/add_your_own_tool.md)
Define Action class for given tool → Define an Action class for given
tool (correct article usage).
Heading Consistency Fix (guides/add_your_own_tool.md)
### 7. Define Action class for given tool → ### 7. Define an Action
class for given tool (matches corrected phrasing).File tree
2 files changed
+4
-4
lines changed- examples/agent-kit-langgraph
- guides
2 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
0 commit comments