fix: add backticks in callback doc comment

This commit is contained in:
Moudy 2026-04-04 00:20:42 +02:00
parent 324750e618
commit cc8e82278b

View File

@ -17,7 +17,7 @@
//! will fail (vault balance < initial), causing full atomic rollback. This simulates a malicious //! will fail (vault balance < initial), causing full atomic rollback. This simulates a malicious
//! or buggy callback that does not repay the flash loan. //! or buggy callback that does not repay the flash loan.
//! //!
//! # Note on caller_program_id //! # Note on `caller_program_id`
//! //!
//! This program does not enforce any access control on `caller_program_id`. //! This program does not enforce any access control on `caller_program_id`.
//! It is designed to be called by the flash swap initiator but could in principle be //! It is designed to be called by the flash swap initiator but could in principle be