Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewlock authored and jeremydmiller committed Jan 22, 2025
1 parent d777b26 commit 56d35d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/railway-programming.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,6 @@ public static class ExamineFirstHandler
<sup><a href='https://github.com/JasperFx/wolverine/blob/main/src/Http/WolverineWebApi/Todos/Todo2.cs#L189-L204' title='Snippet source file'>snippet source</a> | <a href='#snippet-sample_using_continue_result_as_filter' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->

In this case, the "special" value `WolverineContinue.Results()` tells Wolverine to keep going, otherwise, Wolverine will
In this case, the "special" value `WolverineContinue.Result()` tells Wolverine to keep going, otherwise, Wolverine will
execute the `IResult` returned from one of these filter methods and stop all other processing for the HTTP request.

0 comments on commit 56d35d6

Please sign in to comment.