We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96f366b commit 713c1ffCopy full SHA for 713c1ff
1 file changed
docs/CHAIN_OF_THOUGHTS.md
@@ -55,7 +55,8 @@ The definitions of `HowTo` and `HowToStep` capture the metaphor of Chain-of-Thou
55
}
56
],
57
"id": "a-00001",
58
- "text": "The equation \\(x^2 + y^2 = 0\\) has only one solution: \\((0, 0)\\). This means the graph would only plot a single point at the origin."
+ "text": "The equation \\(x^2 + y^2 = 0\\) has only one solution: \\((0, 0)\\). This means the graph would only plot a single point at the origin.",
59
+ "type": "message"
60
61
```
62
0 commit comments