fix clang-tidy issues

This commit is contained in:
Mayukha Vadari
2026-08-11 14:25:58 -04:00
parent 19f742aac3
commit 3ff036dc4c

View File

@@ -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,