Skip to content

Commit c296519

Browse files
authoredJul 17, 2022
Update README.md
1 parent 7d5f9f2 commit c296519

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎extras/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Julia's [`Graphs`](https://github.com/JuliaGraphs/Graphs.jl) module defines the
9999
This [`SimpleGraphs`](https://github.com/scheinerman/SimpleGraphs.jl.git) module defines the
100100
type `UndirectedGraph`.
101101

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

104104

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

0 commit comments

Comments
 (0)
Please sign in to comment.