Skip to content

Commit

Permalink
Fix wording.
Browse files Browse the repository at this point in the history
  • Loading branch information
kpreisser authored Jan 17, 2023
1 parent ca6ac69 commit a94956c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Function.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ namespace Wasmtime
public partial class Function : IExternal
{
/// <summary>
/// Encapsulates an untyped method that receives arguments and can set results via a span of <see cref="ValueBox"/>.
/// Encapsulates an untyped callback that receives arguments and can set results via a span of <see cref="ValueBox"/>.
/// </summary>
/// <param name="caller">The caller.</param>
/// <param name="arguments">The function arguments.</param>
Expand Down

0 comments on commit a94956c

Please sign in to comment.