Skip to content

Commit 7878fed

Browse files
committed
SpriteKit overlay: fix a typo
1 parent 9ad7cbd commit 7878fed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/SDK/SpriteKit/SpriteKit.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ extension SKWarpGeometryGrid {
5656
///
5757
/// - Parameter columns: the number of columns to initialize the SKWarpGeometryGrid with
5858
/// - Parameter rows: the number of rows to initialize the SKWarpGeometryGrid with
59-
/// - Paremeter sourcePositions: the source positions for the SKWarpGeometryGrid to warp from
59+
/// - Parameter sourcePositions: the source positions for the SKWarpGeometryGrid to warp from
6060
/// - Parameter destinationPositions: the destination positions for SKWarpGeometryGrid to warp to
6161
public convenience init(columns: Int, rows: Int, sourcePositions: [simd.float2] = [float2](), destinationPositions: [simd.float2] = [float2]()) {
6262
let requiredElementsCount = (columns + 1) * (rows + 1)

0 commit comments

Comments
 (0)