From 82f786791262166a71c63f71bc87981230fcd5c0 Mon Sep 17 00:00:00 2001 From: r6eve Date: Tue, 9 Jul 2019 02:58:24 +0900 Subject: [PATCH] Fix minor typo in the predecessors of BCF2 (#427) * layed -> laid --- VCFv4.1.tex | 2 +- VCFv4.2.tex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VCFv4.1.tex b/VCFv4.1.tex index 87f875ba2..5fe6f83d4 100644 --- a/VCFv4.1.tex +++ b/VCFv4.1.tex @@ -1214,7 +1214,7 @@ \subsubsection{Type encoding} \vspace{0.3cm} -\textbf{Vectors} --- The BCF2 type byte may indicate that the upcoming data stream contains not a single value but a fixed length vector of values. The vector values occur in order (1st, 2nd, 3rd, etc) encoded as expected for the type declared in the vector's type byte. For example, a vector of 3 16-bit integers would be layed out as first the vector type byte, followed immediately by 3 2-byte values for each integer, including a total of 7 bytes. +\textbf{Vectors} --- The BCF2 type byte may indicate that the upcoming data stream contains not a single value but a fixed length vector of values. The vector values occur in order (1st, 2nd, 3rd, etc) encoded as expected for the type declared in the vector's type byte. For example, a vector of 3 16-bit integers would be laid out as first the vector type byte, followed immediately by 3 2-byte values for each integer, including a total of 7 bytes. Missing values in vectors are handled slightly differently from atomic values. There are two possibilities for missing values: diff --git a/VCFv4.2.tex b/VCFv4.2.tex index a18336c96..36ebd05aa 100644 --- a/VCFv4.2.tex +++ b/VCFv4.2.tex @@ -1231,7 +1231,7 @@ \subsubsection{Type encoding} \vspace{0.3cm} -\textbf{Vectors} --- The BCF2 type byte may indicate that the upcoming data stream contains not a single value but a fixed length vector of values. The vector values occur in order (1st, 2nd, 3rd, etc) encoded as expected for the type declared in the vector's type byte. For example, a vector of 3 16-bit integers would be layed out as first the vector type byte, followed immediately by 3 2-byte values for each integer, including a total of 7 bytes. +\textbf{Vectors} --- The BCF2 type byte may indicate that the upcoming data stream contains not a single value but a fixed length vector of values. The vector values occur in order (1st, 2nd, 3rd, etc) encoded as expected for the type declared in the vector's type byte. For example, a vector of 3 16-bit integers would be laid out as first the vector type byte, followed immediately by 3 2-byte values for each integer, including a total of 7 bytes. Missing values in vectors are handled slightly differently from atomic values. There are two possibilities for missing values: