diff --git a/include/xrpl/beast/utility/temp_dir.h b/include/xrpl/beast/utility/temp_dir.h index 0af0e3a558..c0bd07881f 100644 --- a/include/xrpl/beast/utility/temp_dir.h +++ b/include/xrpl/beast/utility/temp_dir.h @@ -42,7 +42,7 @@ uniqueRandomPath( /** RAII temporary directory. The directory and all its contents are deleted when - the instance of `temp_dir` is destroyed. + the instance of `TempDir` is destroyed. */ class TempDir {