Grammatical touch-ups

This commit is contained in:
Lorin Thwaits
2022-08-19 17:55:50 +01:00
parent a89b6fd054
commit 6635d4bc97
23 changed files with 273 additions and 290 deletions

View File

@@ -471,7 +471,7 @@ describe('sortNodesByHierarchy', function () {
return {};
});
});
it('it should sort proper en nodes are in reverse order', function () {
it('should sort proper en nodes are in reverse order', function () {
/*
a -->b
subgraph B
@@ -488,7 +488,7 @@ describe('sortNodesByHierarchy', function () {
g.setEdge('a', 'b', '1');
expect(sortNodesByHierarchy(g)).toEqual(['a', 'A', 'B', 'b']);
});
it('it should sort proper en nodes are in correct order', function () {
it('should sort proper en nodes are in correct order', function () {
/*
a -->b
subgraph B