Skip to content

Commit

Permalink
[NFC][stlextras] Delete repetition of are (llvm#101977)
Browse files Browse the repository at this point in the history
  • Loading branch information
EtoAndruwa committed Aug 6, 2024
1 parent a4837fe commit f0178d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/include/llvm/ADT/STLExtras.h
Original file line number Diff line number Diff line change
Expand Up @@ -2366,7 +2366,7 @@ class index_range {
detail::index_iterator end() const { return {End}; }
};

/// Given two or more input ranges, returns a new range whose values are are
/// Given two or more input ranges, returns a new range whose values are
/// tuples (A, B, C, ...), such that A is the 0-based index of the item in the
/// sequence, and B, C, ..., are the values from the original input ranges. All
/// input ranges are required to have equal lengths. Note that the returned
Expand Down

0 comments on commit f0178d8

Please sign in to comment.