From 2b61ca33311f0824103e2e7a0831c0e8743af20e Mon Sep 17 00:00:00 2001 From: spencerking Date: Thu, 3 Dec 2015 16:27:42 -0500 Subject: [PATCH] minor stylistic change MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made the use of “note” consistent with other uses in the file --- docs/ABI.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ABI.rst b/docs/ABI.rst index 54ac8ce7abb4c..a87c41c9b7407 100644 --- a/docs/ABI.rst +++ b/docs/ABI.rst @@ -12,7 +12,7 @@ Hard Constraints on Resilience ------------------------------ The root of a class hierarchy must remain stable, at pain of -invalidating the metaclass hierarchy. Note a Swift class without an +invalidating the metaclass hierarchy. Note that a Swift class without an explicit base class is implicitly rooted in the SwiftObject Objective-C class.