aboutsummaryrefslogtreecommitdiff
path: root/INCORPORATING.md
diff options
context:
space:
mode:
authorAdam Langley <agl@google.com>2016-04-27 11:08:13 -0700
committerAdam Langley <agl@google.com>2016-04-27 11:09:31 -0700
commit724dcbf5e209f118b9e6af82997d144b9c692b19 (patch)
tree053bfb6e622ba8c9a8a7a155dc3c76e10ea1ad3e /INCORPORATING.md
parenta08142380981b366fb4f5eb61f9888f49342d388 (diff)
downloadboringssl-724dcbf5e209f118b9e6af82997d144b9c692b19.zip
boringssl-724dcbf5e209f118b9e6af82997d144b9c692b19.tar.gz
boringssl-724dcbf5e209f118b9e6af82997d144b9c692b19.tar.bz2
Correct markdown misinterpretation.
The term “#define”, when the line breaking happens to put at the beginning of a line, confuses markdown. This change escapes the '#'. Change-Id: I8300324f9e8c7561f32aba6fa29c0132a188a58b
Diffstat (limited to 'INCORPORATING.md')
-rw-r--r--INCORPORATING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/INCORPORATING.md b/INCORPORATING.md
index ef36aa3..58f37db 100644
--- a/INCORPORATING.md
+++ b/INCORPORATING.md
@@ -50,7 +50,7 @@ lists generated for GN in Chromium.
BoringSSL does not present a lot of configurability in order to reduce the
number of configurations that need to be tested. But there are a couple of
-#defines that you may wish to set:
+\#defines that you may wish to set:
`OPENSSL_NO_ASM` prevents the use of assembly code (although it's up to you to
ensure that the build system doesn't link it in if you wish to reduce binary