Skip to content

Commit

Permalink
[Core] Amend JSON/IsExtractOnSingleSet (#1469)
Browse files Browse the repository at this point in the history
- Non-void method.

- Adjust naming.

Co-authored-by: sebaszm <[email protected]>
  • Loading branch information
msieben and sebaszm authored Dec 19, 2023
1 parent 0518d30 commit 9097e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/core/JSON.h
Original file line number Diff line number Diff line change
Expand Up @@ -3113,7 +3113,7 @@ namespace Core {
}
}

void IsExtractOnSigleSet() const
bool IsExtractOnSingleSet() const
{
return ((_state & (modus::EXTRACT)) != 0);
}
Expand Down

0 comments on commit 9097e77

Please sign in to comment.