Skip to content

Commit

Permalink
Fix comment on _ArrayType.insert()
Browse files Browse the repository at this point in the history
  • Loading branch information
gribozavr authored and Max Moiseev committed Dec 10, 2015
1 parent df17ddb commit 2bec8ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdlib/public/core/ArrayType.swift
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ protocol _ArrayType
///
/// - Complexity: O(`self.count`).
///
/// - Requires: `atIndex <= count`.
/// - Requires: `i <= count`.
mutating func insert(newElement: Iterator.Element, atIndex i: Int)

/// Remove and return the element at the given index.
Expand Down

0 comments on commit 2bec8ad

Please sign in to comment.