From 7d604fedf8ff1e0056258293cf174fd91000f2b6 Mon Sep 17 00:00:00 2001 From: Amanda Butler Date: Wed, 17 Oct 2018 17:41:27 -0500 Subject: [PATCH] Fix typo in DirHandle.md Add "s" for agreement. --- platform/DirHandle.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/DirHandle.h b/platform/DirHandle.h index f61937df81..2c6cf2fb15 100644 --- a/platform/DirHandle.h +++ b/platform/DirHandle.h @@ -119,7 +119,7 @@ public: return close(); }; - /** Return the directory entry at the current position, and + /** Returns the directory entry at the current position, and * advances the position to the next entry. * * @returns