forked from OSchip/llvm-project
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:
parent
d510b5f199
commit
d8fd2146da
|
@ -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 it’s 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
|
||||
|
|
Loading…
Reference in New Issue