mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-14 11:05:08 -05:00
Fix two tiny typos (#475)
This fixes two itty bitty teeny weeny tiny typos :3
This commit is contained in:
parent
d9c65b37ea
commit
accd5bc8ac
2 changed files with 2 additions and 2 deletions
2
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
2
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
|
@ -31,7 +31,7 @@ body:
|
|||
attributes:
|
||||
label: Additional Information
|
||||
description: Any additional information you wish to provide. Please add anything which did not fit into the other sections here.
|
||||
placeholder: "Example: This is likely achieveable by doing X because..."
|
||||
placeholder: "Example: This is likely achievable by doing X because..."
|
||||
validations:
|
||||
required: false
|
||||
- type: markdown
|
||||
|
|
|
@ -58,7 +58,7 @@ std::string crashlog::writeCrashlog(geode::Mod* faultyMod, std::string const& in
|
|||
std::stringstream file;
|
||||
|
||||
file << getDateString(false) << "\n"
|
||||
<< std::showbase << "Whoopsies! An unhandled exception has occured.\n";
|
||||
<< std::showbase << "Whoopsies! An unhandled exception has occurred.\n";
|
||||
|
||||
if (faultyMod) {
|
||||
file << "It appears that the crash occurred while executing code from "
|
||||
|
|
Loading…
Reference in a new issue