Skip to content

Commit

Permalink
[examples] Remove redundant slash
Browse files Browse the repository at this point in the history
  • Loading branch information
Xeonacid committed Dec 21, 2024
1 parent f321519 commit 4b5549b
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 4b5549b

Please sign in to comment.