소스 검색

Merge pull request #94850 from nanodeath/patch-1

Fix doc on Vector2.cs's `/` operator
Rémi Verschelde 1 년 전
부모
커밋
c15242b12f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      modules/mono/glue/GodotSharp/GodotSharp/Core/Vector2.cs

+ 1 - 1
modules/mono/glue/GodotSharp/GodotSharp/Core/Vector2.cs

@@ -869,7 +869,7 @@ namespace Godot
         }
 
         /// <summary>
-        /// Multiplies each component of the <see cref="Vector2"/>
+        /// Divides each component of the <see cref="Vector2"/>
         /// by the given <see cref="real_t"/>.
         /// </summary>
         /// <param name="vec">The dividend vector.</param>