Skip to content

Commit cd21834

Browse files
authored
chore: Fix minor issues in comments (#6346)
1 parent 5edd356 commit cd21834

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/CodingStyle.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ guideline is to maintain the standards that are used in those libraries.
1717
## Guidelines
1818

1919
If you want to do something contrary to these guidelines, understand
20-
why you're doing it. Think, use common sense, and consider that this
21-
your changes will probably need to be maintained long after you've
20+
why you're doing it. Think, use common sense, and consider that these
21+
changes will probably need to be maintained long after you've
2222
moved on to other projects.
2323

2424
- Use white space and blank lines to guide the eye and keep your intent clear.

src/xrpld/app/tx/detail/XChainBridge.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ struct FinalizeClaimHelperResult
556556
the fields mean. The individual ters need to be returned instead of
557557
an overall ter because the caller needs this information if the
558558
attestation list changed or not.
559-
*/
559+
*/
560560

561561
FinalizeClaimHelperResult
562562
finalizeClaimHelper(

0 commit comments

Comments
 (0)