Skip to content

Commit

Permalink
Fix typo in Memory.Maximum doc string. (#1432)
Browse files Browse the repository at this point in the history
Co-authored-by: Håvar Nøvik <havar.novik@esmartsystems.com>
  • Loading branch information
havarnov and Håvar Nøvik authored Mar 30, 2020
1 parent 91010a4 commit 9290cbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Memory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class Memory : MemoryBase, IDisposable
public uint Minimum { get; private set; }

/// <summary>
/// The minimum memory size (in WebAssembly page units).
/// The maximum memory size (in WebAssembly page units).
/// </summary>
public uint Maximum { get; private set; }

Expand Down

0 comments on commit 9290cbc

Please sign in to comment.