freeCodeCamp / LearnToCodeRPG

A visual novel video game where you learn to code and get a dev job 🎯
https://www.freecodecamp.org/news/learn-to-code-rpg-1-5-update/
BSD 3-Clause "New" or "Revised" License
1.06k stars 110 forks source link

Chore: Fix a typo in the questions #77

Closed a2937 closed 1 year ago

a2937 commented 2 years ago

There appears to be double percent symbols in some of the questions.

Checklist:

Closes #XXXXX

It seems like I had this change stored in my local editions but never actually got around to pushing it.

RuolinZheng08 commented 1 year ago

Thanks for the PR :) I believe this isn't a bug but Ren'Py's way of escaping %. See https://www.renpy.org/doc/html/text.html

\% (backslash-percent) Includes a protected percent character in the text. It's also possible to write it as %% : both protections will result in a single % character being written in the end.