diff --git a/include/xrpl/basics/CanProcess.h b/include/xrpl/basics/CanProcess.h index 84ad6ec81a..8c14ab8555 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