Skip to content

Commit bdb511d

Browse files
author
Edward (OpenClaw)
committed
docs(asset-leasing): drop 'worked' from example/scenario headings
'Worked example' is textbook/maths-lecturer language — 'here's a problem solved step-by-step'. Not wrong, but pretentious for a software README and assumes the reader knows academic conventions. Renamed: - 'Worked example: shorting xNVDA' → 'Example: shorting xNVDA' - '3.8 Worked branch scenarios' → '3.8 Branch scenarios' No cross-references needed updating.
1 parent c563641 commit bdb511d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

defi/asset-leasing/anchor/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ how much has been paid, and an oracle check.
112112
- **Keeper / liquidator.** Standard role — watches for
113113
undercollateralised positions and takes the bounty for closing them.
114114

115-
### Worked example: shorting xNVDA via the lending market
115+
### Example: shorting xNVDA via the lending market
116116

117117
Concrete numbers using assets that already trade on Solana —
118118
[xNVDA](https://www.backed.fi/) (a Backed Finance / xStocks tokenised
@@ -603,7 +603,7 @@ rent-exempt-lamport refunds going to the holder.
603603
- `InvalidLeaseStatus` if `status` is not `Listed` or `Active`
604604
- `LeaseNotExpired` if `status == Active` and `now < end_timestamp`
605605

606-
### 3.8 Worked branch scenarios
606+
### 3.8 Branch scenarios
607607

608608
The handlers above cover the happy path. The branch scenarios below
609609
walk the same machinery through liquidation, a falling-price profit,

0 commit comments

Comments
 (0)