Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
portyanikhin committed Dec 18, 2024
1 parent fef2903 commit d425daa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/SharpProp/Extensions/FluidsListExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ public static string CoolPropBackend(this FluidsList member) =>
member.GetAttributes()!.Get<FluidInfoAttribute>()!.Backend;

/// <summary>
/// <c>true</c> if the fluid pure of pseudo-pure.
/// <c>true</c> if the fluid is pure of pseudo-pure.
/// </summary>
/// <param name="member">The <see cref="FluidsList"/> member.</param>
/// <returns><c>true</c> if the fluid pure of pseudo-pure.</returns>
/// <returns><c>true</c> if the fluid is pure of pseudo-pure.</returns>
public static bool Pure(this FluidsList member) =>
member.GetAttributes()!.Get<FluidInfoAttribute>()!.Pure;

Expand Down

0 comments on commit d425daa

Please sign in to comment.