Skip to content

Commit e5e47da

Browse files
authored
Spelling and grammar fixes (#1007)
1 parent 0839f24 commit e5e47da

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

content/news/032/index.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ The source code is available on [GitHub][chaz-source].
191191
[Warlock's Gambit][warlocks-gambit-itchio] is a puzzle game constructed like a
192192
card game, playable in the browser. You are given a static deck and have to play
193193
your cards carefully to beat your opponent. In keeping with the theme of the
194-
jam, the decks are stacked against you, in fact, it's impossible to win by
194+
jam, the decks are stacked against you. In fact, it's impossible to win by
195195
default. But you have a trick up your sleeve, literally. You can drag a card in
196196
your sleeve to play it later.
197197

@@ -231,7 +231,7 @@ _Screenshot of V-Racer_
231231
V-Racer ([GitHub][vracer-github]) by
232232
[@Syn-Nine][synnine-twitter] is a retro
233233
drift racing game inspired by Atari
234-
Battlezone and Wipeout created using
234+
Battlezone and Wipeout, created using
235235
Syn9's [Rust Mini Game Framework][mgfw].
236236
The game is part of an open source
237237
[repository][s9-minigame-repo] of several
@@ -351,7 +351,7 @@ Latest developments:
351351
- The [mushroom biome][wor-mushroom] art was completed
352352
- All puzzles for the main game are complete
353353
- More secrets have been added
354-
- Four out of the five [characters][wor-characters] are now in game
354+
- Four out of the five [characters][wor-characters] are now in the game
355355
- `SDL_mixer` was replaced with a custom Rust mixer built on top of
356356
[libsoundio][wor-libsoundio]
357357
- Numerous minor bug fixes and quality of life improvements, you can find
@@ -385,13 +385,13 @@ async and serde support, more flexible exporting of Rust symbols to
385385
Godot, better CI and doc integration, among many more features that
386386
have previously been exclusive to the [GitHub repo][gd-github].
387387

388-
This release also makes the the API much more more user-friendly than
388+
This release also makes the API much more user-friendly than
389389
previous versions with more consistent naming, flatter module structure
390390
and fewer redundancies.
391391

392392
Thank you to all of the contributors who made this possible!
393393

394-
A full list of a the changes are available in the [changelog][gd-changelog].
394+
A full list of the changes is available in the [changelog][gd-changelog].
395395

396396
[gd-announcement]: https://godot-rust.github.io/releases/
397397
[gd-changelog]: https://github.com/godot-rust/godot-rust/blob/master/CHANGELOG.md
@@ -415,7 +415,7 @@ foundation layer or backend for your next app, game engine, or game.
415415

416416
Version [v0.2.1] improves and adds features focusing on the creation of apps,
417417
like select mouse cursor or lazy loop among other things. The main focus was
418-
improve the integration with [egui] supporting all its features.
418+
to improve the integration with [egui] supporting all its features.
419419

420420
[Notan]: https://github.com/Nazariglez/notan
421421
[v0.2.1]: https://github.com/Nazariglez/notan/releases/tag/v0.2.0
@@ -494,7 +494,7 @@ Twitter][twitter-iyesgames] for updates.
494494
by [@kettlecorn](kettlecorn_twitter)
495495
that released earlier this month.
496496

497-
Bloom3D is built completely with Rust from user-interface to core algorithms.
497+
Bloom3D is built completely with Rust from the user interface to core algorithms.
498498
The game engine and many of the libraries powering Bloom3D are open-sourced on [GitHub][koi].
499499

500500
[bloom3d]: https://bloom3d.com
@@ -516,13 +516,13 @@ The goals of Noumenal are:
516516

517517
- Enjoyable to use on a mobile device
518518
- Accessible to as many people as possible
519-
- Real time solid modeling with boolean operations
519+
- Real-time solid modeling with boolean operations
520520
- Non-destructive editing and robustness to prevent data loss
521521
- Intuitive manipulation by projecting from the screen glass into 3D space
522522
- Export to the most widely used formats, such as glTF, USDZ, and STL for 3D
523523
printing
524524

525-
These goals have lead to an unique interface.
525+
These goals have led to a unique interface.
526526

527527
[noumenal-website]: https://noumenal.app
528528
[noumenal-discord]: https://discord.gg/PFeZQE48gG
@@ -622,7 +622,7 @@ render graph structure.
622622

623623
Earlier this year [Screen 13] was updated with a dynamic graph pattern, but there
624624
was no good starter documentation and a few bugs. There is a [getting started][s13-getting-started]
625-
guide now! Also, a ton of new features that have been added in the last month:
625+
guide now! Also, a ton of new features have been added in the last month:
626626

627627
- ImGui support
628628
- Mac support

0 commit comments

Comments
 (0)