From b98dec30b4ce95fe2adbbb128207aef7ba904e72 Mon Sep 17 00:00:00 2001 From: Lou Quillio Date: Wed, 11 Oct 2017 18:31:54 -0700 Subject: [PATCH] Fix a few typos. --- docs/spec/04.00.00.conventions.md | 4 ++-- docs/spec/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/spec/04.00.00.conventions.md b/docs/spec/04.00.00.conventions.md index 43f72e7..67ffa27 100644 --- a/docs/spec/04.00.00.conventions.md +++ b/docs/spec/04.00.00.conventions.md @@ -33,7 +33,7 @@ section is the header. The second section contains the metadata. This section is #### Valence EdgeBreaker Connectivity -* The valence EdgeBreaker connectivity adds two sections after the attribute connectivity data. The first aditional section is the EdgeBreaker valence header. The second aditional section is the context data for the valence prediction. +* The valence EdgeBreaker connectivity adds two sections after the attribute connectivity data. The first additional section is the EdgeBreaker valence header. The second additional section is the context data for the valence prediction.
@@ -85,7 +85,7 @@ represented using the notation `A == B` and is specified to mean the same as `(A[ 0 ] == B[ 0 ] && A[ 1 ] == B[ 1 ])`. Inequality testing is defined as `A != B` and is specified to mean the same as `(A[ 0 ] != B[ 0 ] || A[ 1 ] != B[ 1 ])`. The functions `assign` and -`push_back` behave simialrily on arrays as it is defined for c++ std::vector. +`push_back` behave similarly on arrays as it is defined for c++ std::vector. When a variable is said to be representable by a signed integer with `x` bits, it means that the variable is greater than or equal to `-(1 << (x-1))`, and that diff --git a/docs/spec/README.md b/docs/spec/README.md index d58a438..553cc58 100644 --- a/docs/spec/README.md +++ b/docs/spec/README.md @@ -24,7 +24,7 @@ bitstream format and decoding process. * TOC {:toc} -The document is built from plaintext section and subsection [Markdown] files +The document is built from plain text section and subsection [Markdown] files (more specifically, [kramdown] files) using the [Jekyll] static site building tool. GitHub supports Jekyll natively.