Skip to content

Commit

Permalink
[examples] Remove redundant slash (#20713)
Browse files Browse the repository at this point in the history
## Description 

Remove redundant slash in the example code comment

## Test plan 

N/A

---

## Release notes

Check each box that your changes affect. If none of the boxes relate to
your changes, release notes aren't required.

For each box you select, include information after the relevant heading
that describes the impact of your changes that a user might notice and
any actions they must take to implement updates.

- [ ] Protocol: 
- [ ] Nodes (Validators and Full nodes): 
- [ ] gRPC:
- [ ] JSON-RPC: 
- [ ] GraphQL: 
- [ ] CLI: 
- [ ] Rust SDK:
  • Loading branch information
Xeonacid authored Dec 31, 2024
1 parent d3f6000 commit c84a7ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public fun update_authorized_individuals(

/// Process a payment that has been made, removing it from the register and
/// returning the coin that can then be combined or sent elsewhere by the authorized individual.
/// Payments can only be processed by either an account in the / `authorized_individuals` set or by the owner of the cash register.
/// Payments can only be processed by either an account in the `authorized_individuals` set or by the owner of the cash register.
public fun process_payment(
register: &mut CashRegister,
payment_id: u64,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public fun update_authorized_individuals(

/// Process a payment that has been made, removing it from the register and
/// returning the coin that can then be combined or sent elsewhere by the authorized individual.
/// Payments can only be processed by either an account in the / `authorized_individuals` set or by the owner of the cash register.
/// Payments can only be processed by either an account in the `authorized_individuals` set or by the owner of the cash register.
public fun process_payment(
register: &mut CashRegister,
payment_ticket: Receiving<IdentifiedPayment>,
Expand Down

0 comments on commit c84a7ff

Please sign in to comment.