Skip to content

Commit 95decf7

Browse files
committed
fuck off spellcheck
1 parent 46b7a3d commit 95decf7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

program/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ solana_pubkey::declare_id!("SVSPxpvHdN29nkVg9rPapPNDddN5DipNLRUFhyjFThE");
1717

1818
/// Fee charged for the `DepositSol` instruction. This fee may be adjusted down in
1919
/// the future depending on how `DepositSol` is used in practice. Care should be
20-
/// taken if using this number for calculations in third-party libraries or dapps,
20+
/// taken if using this number for calculations in third-party libraries or programs,
2121
/// as it is not guaranteed to remain at this value.
2222
pub const DEPOSIT_SOL_FEE_BPS: u64 = 100;
2323
const MAX_BPS: u64 = 10_000;

0 commit comments

Comments
 (0)