diff --git a/include/xrpl/basics/CanProcess.h b/include/xrpl/basics/CanProcess.h index e53010edf3..b1837f0a61 100644 --- a/include/xrpl/basics/CanProcess.h +++ b/include/xrpl/basics/CanProcess.h @@ -4,7 +4,8 @@ #include #include -/** RAII class to check if an Item is already being processed on another thread, +/** + * RAII class to check if an Item is already being processed on another thread, * as indicated by it's presence in a Collection. * * If the Item is not in the Collection, it will be added under lock in the