Skip to content

Commit 7af8a35

Browse files
committed
[Gardening] Fixed diction.
1 parent c1adf24 commit 7af8a35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/SIL/Projection.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ static_assert(sizeof(Projection) == sizeof(uintptr_t),
484484
/// The main purpose of this class is to enable one to reason about iterated
485485
/// chains of projections. Some example usages are:
486486
///
487-
/// 1. Converting value projections to aggregate projections or vis-a-versa.
487+
/// 1. Converting value projections to aggregate projections or vice versa.
488488
/// 2. Performing tuple operations on two paths (using the mathematical
489489
/// definition of tuples as ordered sets).
490490
class ProjectionPath {

0 commit comments

Comments
 (0)