Skip to content

Commit

Permalink
Merge pull request #942 from huangsam/patch-1
Browse files Browse the repository at this point in the history
Update BTree.swift
  • Loading branch information
richard-ash authored Aug 29, 2020
2 parents 27b8f1c + 4311cad commit 657a29f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions B-Tree/BTree.playground/Sources/BTree.swift
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ extension BTreeNode {
}
}

// MARK: BTreeNode extension: Travelsals
// MARK: BTreeNode extension: Traversals

extension BTreeNode {

Expand Down Expand Up @@ -443,7 +443,7 @@ public class BTree<Key: Comparable, Value> {
}
}

// MARK: BTree extension: Travelsals
// MARK: BTree extension: Traversals

extension BTree {
/**
Expand Down

0 comments on commit 657a29f

Please sign in to comment.