Skip to content

Commit f5e060f

Browse files
authored
Merge pull request kodecocodes#460 from jawwad/patch-4
Fix minor grammar typo
2 parents 4c1c5a3 + 297b0d4 commit f5e060f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Graph/README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Here is an example of a simple graph:
143143

144144
![Demo](Images/Demo1.png)
145145

146-
We can represent it as an adjacency matrix or adjacency list. The classes implementing those concept both inherit a common API from `AbstractGraph`, so they can be created in an identical fashion, with different optimized data structures behind the scenes.
146+
We can represent it as an adjacency matrix or adjacency list. The classes implementing those concepts both inherit a common API from `AbstractGraph`, so they can be created in an identical fashion, with different optimized data structures behind the scenes.
147147

148148
Let's create some directed, weighted graphs, using each representation, to store the example:
149149

0 commit comments

Comments
 (0)