Skip to content

Commit

Permalink
Update BTree.swift
Browse files Browse the repository at this point in the history
Fix spelling of swift markers - rename `Travelsals` to `Traversals`
  • Loading branch information
huangsam authored Jul 22, 2020
1 parent bcd9eb3 commit 4311cad
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 4311cad

Please sign in to comment.