From 654913ae61acd9c356b6c24d7983020cbc36eddb Mon Sep 17 00:00:00 2001 From: Felix Endres Date: Mon, 3 Aug 2020 14:47:36 +0200 Subject: [PATCH] Minor Fix: Remove duplicate word in spec.bs --- data/spec.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/spec.bs b/data/spec.bs index 79ba4ca..3eef33c 100644 --- a/data/spec.bs +++ b/data/spec.bs @@ -786,7 +786,7 @@ requirements is that the chosen build system support the layout herein defined. # Libraries # {#libraries} For library projects, a source tree should correspond to *exactly one* library. -That is, *at most one one* linkable result, and *exactly one* public include +That is, *at most one* linkable result, and *exactly one* public include directory. A single `#include` tree must not require linking more than one library to access all symbols exported from that tree.