From 3ff036dc4c0b854ec77f08fc4200d9bd38e6f6c2 Mon Sep 17 00:00:00 2001 From: Mayukha Vadari Date: Tue, 11 Aug 2026 14:25:58 -0400 Subject: [PATCH] fix clang-tidy issues --- include/xrpl/ledger/helpers/SLEBase.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/xrpl/ledger/helpers/SLEBase.h b/include/xrpl/ledger/helpers/SLEBase.h index a1091fefa5..fcc4a738da 100644 --- a/include/xrpl/ledger/helpers/SLEBase.h +++ b/include/xrpl/ledger/helpers/SLEBase.h @@ -33,7 +33,7 @@ namespace detail { * an ApplyView, so every wrapper over that view shares one entry. * * @note The const_cast is what makes reaching ApplyView::peek() possible, and - * it is safe only because rippled never instantiates a ReadView as a + * it is safe only because xrpld never instantiates a ReadView as a * genuinely const object -- every view is a non-const object that some * call sites merely observe through a const reference. If an actually * const-qualified view type is ever introduced (an immutable snapshot,