From 658cf709ae646e806969ae7e71625e52b081761e Mon Sep 17 00:00:00 2001 From: Richard Groves Date: Thu, 3 Dec 2015 17:49:25 +0000 Subject: [PATCH] Fixing grammar issue --- Docs/Issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/Issues.md b/Docs/Issues.md index 8252bf7b12..fe6131b25e 100644 --- a/Docs/Issues.md +++ b/Docs/Issues.md @@ -22,4 +22,4 @@ In short: users or implementers should be careful about the implicit conversions * The python & ninja build system in place is a medium-term solution. We believe a long-term building solution will come from the Swift Package Manager. However, it can not yet build dynamic libraries nor build mixed-source (C and Swift) projects. -* Data pointers normally that are autoreleased such as fileSystemRepresentationWithPath or UTF8String will leak when the data is not returned from an inner value. +* Data pointers that are normally autoreleased such as fileSystemRepresentationWithPath or UTF8String will leak when the data is not returned from an inner value.