aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEFanZh <efanzh@gmail.com>2016-08-14 13:20:32 +0800
committerEFanZh <efanzh@gmail.com>2016-08-14 13:20:32 +0800
commit2d4b552c82a5d4dab19590f086c892f91adf7b03 (patch)
treed6bf425bd79a55f18d12706c7ea6aaf3d58a2033
parentf3e660a5a535e88e9b77f2c6f57db4c1140530e0 (diff)
downloadplatform_external_Microsoft-GSL-2d4b552c82a5d4dab19590f086c892f91adf7b03.tar.gz
platform_external_Microsoft-GSL-2d4b552c82a5d4dab19590f086c892f91adf7b03.tar.bz2
platform_external_Microsoft-GSL-2d4b552c82a5d4dab19590f086c892f91adf7b03.zip
Fix inconsistent naming
-rw-r--r--CONTRIBUTING.md4
-rw-r--r--README.md4
2 files changed, 4 insertions, 4 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 990b8e1..10e6c32 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,6 +1,6 @@
-## Contributing to the Guidelines Support Library
+## Contributing to the Guideline Support Library
-The Guidelines Support Library (GSL) contains functions and types that are suggested for use by the
+The Guideline Support Library (GSL) contains functions and types that are suggested for use by the
[C++ Core Guidelines](https://github.com/isocpp/CppCoreGuidelines). GSL design changes are made only as a result of modifications to the Guidelines.
GSL is accepting contributions that improve or refine any of the types in this library as well as ports to other platforms. Changes should have an issue
diff --git a/README.md b/README.md
index 58bb46c..9673df5 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
-# GSL: Guidelines Support Library [![Build Status](https://travis-ci.org/Microsoft/GSL.svg?branch=master)](https://travis-ci.org/Microsoft/GSL) [![Build status](https://ci.appveyor.com/api/projects/status/github/Microsoft/GSL?svg=true)](https://ci.appveyor.com/project/neilmacintosh/GSL)
+# GSL: Guideline Support Library [![Build Status](https://travis-ci.org/Microsoft/GSL.svg?branch=master)](https://travis-ci.org/Microsoft/GSL) [![Build status](https://ci.appveyor.com/api/projects/status/github/Microsoft/GSL?svg=true)](https://ci.appveyor.com/project/neilmacintosh/GSL)
-The Guidelines Support Library (GSL) contains functions and types that are suggested for use by the
+The Guideline Support Library (GSL) contains functions and types that are suggested for use by the
[C++ Core Guidelines](https://github.com/isocpp/CppCoreGuidelines) maintained by the [Standard C++ Foundation](https://isocpp.org).
This repo contains Microsoft's implementation of GSL.