Skip to content

Commit

Permalink
Merge pull request #91 from XingxinHE/XingxinHE/correct_wording
Browse files Browse the repository at this point in the history
Correct wording in README.md
  • Loading branch information
alecjacobson authored Oct 22, 2022
2 parents 2882315 + d9f60d0 commit bb0848e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ computed very simply:
Chi = |V| - |E| + |F|.
```

Assuming no _unreferenced_ vertices in `V`, each of the qunatitites in the
Assuming no _unreferenced_ vertices in `V`, each of the quantities in the
right-hand side can be determined from `F` alone. This indicates that its a
purely topological property. Changing the geometric positions (i.e., changing
the vertex positions in `V`) will not affect the Euler Characteristic. Due to
Expand Down Expand Up @@ -205,7 +205,7 @@ edge_ exactly once.

From the list of triangles `F`, return the Euler Characteristic `X` of the
triangle mesh. You may and should use your `edges` function from the previous
taks.
task.

### Submission

Expand Down

0 comments on commit bb0848e

Please sign in to comment.