Skip to content

Commit

Permalink
fix: Typos and truncated code snippet in standard libraries blog (#31)
Browse files Browse the repository at this point in the history
The truncated code snippet was due to the `inline-dafny` implementation
only understanding source files where the code is contained in an
explicit module, since it assumes any line that is literally "}\n" is
the end of a module and hence the terminator for the snippet. I indented
all of the manual snippets to align with the corrected one at the end.

Also corrected a couple of typos and included the sample input (thanks
@stefan-aws!)
  • Loading branch information
robin-aws authored Jan 12, 2024
1 parent c13d273 commit 850802b
Show file tree
Hide file tree
Showing 3 changed files with 234 additions and 206 deletions.
Loading

0 comments on commit 850802b

Please sign in to comment.