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 c939c3d commit 4040385Copy full SHA for 4040385
1 file changed
docs/reference/control/gc.md
@@ -4,7 +4,8 @@ Forces the garbage collector and [dump](https://github.com/DeveloperTryingToCode
4
``` sig
5
control.gc();
6
```
7
-* Garbage Collector: Automatically cleans memory
+
8
+The Garbage Collector automatically cleans memory.
9
10
## Example
11
Let us say you want to collect information about the heap when `seconds` equal 100.
0 commit comments