mirror of https://gitee.com/bigwinds/arangodb
fixed typo
This commit is contained in:
parent
cfac4ecf9c
commit
80604b8d65
|
@ -212,7 +212,7 @@ describe ArangoDB do
|
|||
## outbound traversals
|
||||
################################################################################
|
||||
|
||||
context "oubound traversals" do
|
||||
context "outbound traversals" do
|
||||
|
||||
################################################################################
|
||||
## depth-first, preorder, forward
|
||||
|
|
|
@ -1306,7 +1306,7 @@
|
|||
expect(layouter.stop.calls.length).toEqual(1);
|
||||
});
|
||||
|
||||
it('should update the positioning if an oubound edge becomes internal', function() {
|
||||
it('should update the positioning if an outbound edge becomes internal', function() {
|
||||
var c = new CommunityNode(parent, nodes.slice(0, 2)),
|
||||
e = {
|
||||
_id: "0-1",
|
||||
|
|
Loading…
Reference in New Issue