From cc8e82278b81a16d1233ddeeb3dfa0ca9de1f722 Mon Sep 17 00:00:00 2001 From: Moudy Date: Sat, 4 Apr 2026 00:20:42 +0200 Subject: [PATCH] fix: add backticks in callback doc comment --- test_program_methods/guest/src/bin/flash_swap_callback.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_program_methods/guest/src/bin/flash_swap_callback.rs b/test_program_methods/guest/src/bin/flash_swap_callback.rs index e0bdf3ed..2b0662eb 100644 --- a/test_program_methods/guest/src/bin/flash_swap_callback.rs +++ b/test_program_methods/guest/src/bin/flash_swap_callback.rs @@ -17,7 +17,7 @@ //! will fail (vault balance < initial), causing full atomic rollback. This simulates a malicious //! 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`. //! It is designed to be called by the flash swap initiator but could in principle be