Skip to content

Commit

Permalink
Correct XML-doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
notgiven688 committed Feb 4, 2025
1 parent b3a7d9d commit 10cdeba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Jitter2/World.cs
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public SpanData(World world)

/// <summary>
/// Grants access to objects residing in unmanaged memory. This operation can be potentially unsafe. Utilize
/// the corresponding native properties where possible to mitigate risk.
/// the corresponding managed properties where possible to mitigate risk.
/// </summary>
public SpanData RawData => new(this);

Expand Down

0 comments on commit 10cdeba

Please sign in to comment.