Skip to content

Commit b6763f0

Browse files
committed
trailing spaces fix
1 parent e7b4907 commit b6763f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/posts/newsletter-013/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@ If needed, a section can be split into subsections with a "------" delimiter.
7070

7171
"Writing NES Emulator in Rust" is a tutorial by [@bugzmanov] on creating a fully
7272
capable NES/Famicom emulator from scratch in the online book format. It walks
73-
through major steps of emulating NES platform components to run
73+
through major steps of emulating NES platform components to run
7474
all-time classics, like Pacman, Donkey Kong, and Super Mario Bros.
7575

76-
It's a fun way of getting into hardware internals and fundamentals of
77-
computer systems. The tutorial also covers game-dev basics and how to
76+
It's a fun way of getting into hardware internals and fundamentals of
77+
computer systems. The tutorial also covers game-dev basics and how to
7878
work with graphics in Rust using [SDL2][sdl2] library.
7979

8080
[rust_nes_tutorial]: https://bugzmanov.github.io/nes_ebook/index.html

0 commit comments

Comments
 (0)