NFC: Change quotes from Unicode to ASCII

This was causing some problems for Python scripts that we have.

Context: https://reviews.llvm.org/D106792
This commit is contained in:
Kirill Bobyrev 2021-07-29 11:37:10 +02:00
parent d510b5f199
commit d8fd2146da
No known key found for this signature in database
GPG Key ID: 2307C055C8384FA0
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ abseil-no-internal-dependencies
===============================
Warns if code using Abseil depends on internal details. If something is in a
namespace that includes the word “internal”, code is not allowed to depend upon
namespace that includes the word "internal", code is not allowed to depend upon
it beaucse its an implementation detail. They cannot friend it, include it,
you mention it or refer to it in any way. Doing so violates Abseil's
compatibility guidelines and may result in breakage. See