Skip to content

Commit

Permalink
cleanup WorldExtensions
Browse files Browse the repository at this point in the history
  • Loading branch information
DESKTOP-O6U9TBJ\Lilith committed Oct 26, 2023
1 parent a750304 commit 4cb5bc7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/Arch/Core/Extensions/WorldExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace Arch.Core.Extensions;

/// <summary>
/// The <see cref="WorldExtensions"/> class
/// adds several usefull utility methods to the <see cref="World"/>.
/// adds several useful utility methods to the <see cref="World"/>.
/// </summary>
[WorldExtensions]
public static class WorldExtensions
Expand Down
1 change: 0 additions & 1 deletion src/Arch/Core/WorldExtensionsAttribute.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
namespace Arch.Core;

// NOTE: we should consider making this internal, if it's possible to expose internals to Arch.Extended
/// <summary>
/// Tags a class as containing extensions for <see cref="World"/>.
/// </summary>
Expand Down

0 comments on commit 4cb5bc7

Please sign in to comment.