Skip to content

Commit 4040385

Browse files
Update gc.md
1 parent c939c3d commit 4040385

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • docs/reference/control

docs/reference/control/gc.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ Forces the garbage collector and [dump](https://github.com/DeveloperTryingToCode
44
``` sig
55
control.gc();
66
```
7-
* Garbage Collector: Automatically cleans memory
7+
8+
The Garbage Collector automatically cleans memory.
89

910
## Example
1011
Let us say you want to collect information about the heap when `seconds` equal 100.

0 commit comments

Comments
 (0)