Skip to content

Commit

Permalink
Update the documentation of FindMany(Type)
Browse files Browse the repository at this point in the history
  • Loading branch information
justalemon committed Jun 24, 2022
1 parent fd2725c commit b42f096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PlayerCompanion/Inventory/PedInventory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ public void Save()
/// <summary>
/// Finds all of the items that match a specific type.
/// </summary>
/// <typeparam name="T">The type of item to find.</typeparam>
/// <param name="type">The type of item to find.</param>
/// <returns>An iterator returning all of the items found.</returns>
public IEnumerator<Item> FindMany(Type type)
{
Expand Down

0 comments on commit b42f096

Please sign in to comment.