Skip to content

Commit

Permalink
Fix typos from comments
Browse files Browse the repository at this point in the history
  • Loading branch information
meatball133 committed Feb 12, 2024
1 parent f8fe3d0 commit 8bac86f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"key_features": [
{
"title": "Strong, dynamic typing",
"content": "Gdscript is strong and dynamically typed and supports gradual typing.",
"content": "GDScript is strong and dynamically typed and supports gradual typing.",
"icon": "dynamically-typed"
},
{
Expand All @@ -49,12 +49,12 @@
},
{
"title": "No garbage collection",
"content": "Garbage collection can cause random freezes during gameplay. Godot (and thus GDScript) instead use reference counting, freeing you from manual memory management.",
"content": "Garbage collection can cause random freezes during gameplay. Godot (and thus GDScript) instead uses reference counting, freeing you from manual memory management.",
"icon": "garbage-collected"
},
{
"title": "Threading support",
"content": "Gdscript has built-in support for multithreading, allowing you to take advantage of multiple CPU cores.",
"content": "GDScript has built-in support for multithreading, allowing you to take advantage of multiple CPU cores.",
"icon": "concurrency"
}
],
Expand Down

0 comments on commit 8bac86f

Please sign in to comment.