We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b36183 commit 6a8f47dCopy full SHA for 6a8f47d
README.md
@@ -1,4 +1,4 @@
1
-# CoCalc Assistant
+# CoCalc Snippets
2
3
A collection of code snippet examples to assist working on CoCalc → [read more](src/README.md).
4
@@ -71,7 +71,7 @@ to test the `src/sage` subdirectory:
71
make LANG=sage test
72
```
73
74
-To speed things up and skip restarting the kernel (could give false positives, but syntax is always wrong)
+To speed things up and skip restarting the kernel (could give false positives, but syntax errors are always triggered)
75
76
77
make LANG=sage MODE=fast test
0 commit comments