diff options
author | Sacha Chua <sacha@sachachua.com> | 2021-12-05 13:22:59 -0500 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2021-12-05 13:22:59 -0500 |
commit | a5e862cb5ede86959ae7a9c7ce048a884d5f288b (patch) | |
tree | 69979b2f914182dd880d5faa756bbf8b1a502333 | |
parent | 2b49198c651246cf2eee187362bc6fcf733d1cbd (diff) | |
download | emacsconf-wiki-a5e862cb5ede86959ae7a9c7ce048a884d5f288b.tar.xz emacsconf-wiki-a5e862cb5ede86959ae7a9c7ce048a884d5f288b.zip |
Corrections from Stefan
-rw-r--r-- | 2021/captions/bindat.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/2021/captions/bindat.md b/2021/captions/bindat.md index 511a5958..062de190 100644 --- a/2021/captions/bindat.md +++ b/2021/captions/bindat.md @@ -59,7 +59,7 @@ [[!template text="presented or defined" start="00:02:38.328" video="mainVideo" id=subtitle]] [[!template text="with some kind of C-style structs, typically," start="00:02:41.628" video="mainVideo" id=subtitle]] [[!template text="or something along these lines." start="00:02:44.669" video="mainVideo" id=subtitle]] -[[!template text="So you type with documentation" start="00:02:46.109" video="mainVideo" id=subtitle]] +[[!template text="So you presumably start with documentation" start="00:02:46.109" video="mainVideo" id=subtitle]] [[!template text="that presents something like those structs here," start="00:02:49.120" video="mainVideo" id=subtitle]] [[!template text="and you want to be able to generate such packets" start="00:02:52.810" video="mainVideo" id=subtitle]] [[!template text="and read such packets," start="00:02:57.230" video="mainVideo" id=subtitle]] @@ -469,7 +469,7 @@ [[!template text="that's one of the important novelties," start="00:22:00.633" video="mainVideo" id=subtitle]] [[!template text="and you can extend BinDat with new types this way." start="00:22:04.474" video="mainVideo" id=subtitle]] [[!template text="The other thing you can do is" start="00:22:08.794" video="mainVideo" id=subtitle]] -[[!template text="you can control how values, or packets, rather," start="00:22:10.714" video="mainVideo" id=subtitle]] +[[!template text="you can control how values or packets" start="00:22:10.714" video="mainVideo" id=subtitle]] [[!template text="are unpacked, and how they are represented." start="00:22:16.234" video="mainVideo" id=subtitle]] [[!template text="In the old BinDat," start="00:22:20.315" video="mainVideo" id=subtitle]] [[!template text="the packet is necessarily represented," start="00:22:22.555" video="mainVideo" id=subtitle]] |