Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
scheinerman authored Jul 17, 2022
1 parent 7d5f9f2 commit c296519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extras/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Julia's [`Graphs`](https://github.com/JuliaGraphs/Graphs.jl) module defines the
This [`SimpleGraphs`](https://github.com/scheinerman/SimpleGraphs.jl.git) module defines the
type `UndirectedGraph`.

Both of these types represent simple graphs, i.e., graphs with out directions, loops, or multiple edges.
Both of these types represent simple graphs, i.e., graphs without directions, loops, or multiple edges.


The file `graph_converter.jl` provides a simple way to convert one type of graph to the other.
Expand Down

0 comments on commit c296519

Please sign in to comment.