Skip to content

Commit

Permalink
Fix Vector3 / operator docs
Browse files Browse the repository at this point in the history
  • Loading branch information
WardBenjamin authored and flibitijibibo committed Jun 2, 2018
1 parent f1895a7 commit 140e5c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Vector3.cs
Expand Up @@ -1492,7 +1492,7 @@ int length
/// <summary>
/// Divides the components of a <see cref="Vector3"/> by a scalar.
/// </summary>
/// <param name="value1">Source <see cref="Vector3"/> on the left of the div sign.</param>
/// <param name="value">Source <see cref="Vector3"/> on the left of the div sign.</param>
/// <param name="divider">Divisor scalar on the right of the div sign.</param>
/// <returns>The result of dividing a vector by a scalar.</returns>
public static Vector3 operator /(Vector3 value, float divider)
Expand Down

0 comments on commit 140e5c0

Please sign in to comment.