Fix spelling errors (#384)
aligment -> alignment constructable -> constructible constuctible -> constructible contructed -> constructed destructable -> destructible futher -> further implcit -> implicit implemenation -> implementation intrinics -> intrinsics
This commit is contained in:
parent
502efe6d78
commit
882b3501a3
9 changed files with 11 additions and 11 deletions
|
|
@ -36,7 +36,7 @@
|
|||
// InsertEdge() is very fast when the edge already exists, and reasonably fast
|
||||
// otherwise.
|
||||
// FindPath() is linear in the size of the graph.
|
||||
// The current implemenation uses O(|V|+|E|) space.
|
||||
// The current implementation uses O(|V|+|E|) space.
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue