Fix comment in temp_dir.h

Co-authored-by: mvadari <8029314+mvadari@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-05-04 16:17:43 +00:00
committed by GitHub
parent 81964068a1
commit 3e372656d3

View File

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