From 3e372656d30d85e02ae53d50f14ab221557d3080 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 4 May 2026 16:17:43 +0000 Subject: [PATCH] Fix comment in temp_dir.h Co-authored-by: mvadari <8029314+mvadari@users.noreply.github.com> --- include/xrpl/beast/utility/temp_dir.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {