@serenityjs/protocol 0.5.2 → 0.6.0-beta-20241002205944

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -2423,7 +2423,7 @@ declare class Vector3f extends DataType implements IPosition {
2423
2423
  distance(other: Vector3f): number;
2424
2424
  /**
2425
2425
  * Computes the absolute value of each coordinate of the 3D vector.
2426
- * @returnsthe absolute value of this 3D vector.
2426
+ * @returns the absolute value of this 3D vector.
2427
2427
  */
2428
2428
  absolute(): Vector3f;
2429
2429
  /**