Skip to content

Commit

Permalink
chore: add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
OEOTYAN committed Dec 31, 2024
1 parent 6667d3e commit bbb689f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mc/nbt/detail/SnbtParseImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ Expected<CompoundTagVariant> checkRange(ldouble& num) {
}
return makeSnbtError(SnbtErrorCode::NumberOutOfRange);
}

//TODO: use better parse alg
Expected<CompoundTagVariant> parseNumber(std::string_view& s) {

size_t n = 0;
Expand Down

0 comments on commit bbb689f

Please sign in to comment.