Skip to content

Commit

Permalink
fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
lovromazgon committed Jun 30, 2024
1 parent b18c1d1 commit 04f945d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/polytope_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ func ExamplePolytope() {
if err != nil {
panic(err)
}
fmt.Printf("%T\n", c.Value) // examples.Square
fmt.Printf("%T\n", c.Value) // example.Square

// Output:
// {"kind":"hypercube","dimension":2,"top-left":[1,2],"width":4}
// examples.Square
// example.Square
}

0 comments on commit 04f945d

Please sign in to comment.