Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Gbury committed Jun 28, 2024
1 parent 0308dc9 commit 4aa70f4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions examples/base/example.ml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ let char = 'a'
let () =
Memgraph.Repr.(context (fun ctx ->
Memgraph.Dot.print_list Format.std_formatter [
{|unit|}, ctx.mk unit;
{|char|}, ctx.mk char;
{|()|}, ctx.mk unit;
{|'a'|}, ctx.mk char;
{|true|}, ctx.mk bool;
{|13|}, ctx.mk int;
]))
Expand Down
20 changes: 10 additions & 10 deletions examples/base/example.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4aa70f4

Please sign in to comment.