Skip to content

Commit

Permalink
Correct typo in analyzer description from definied -> defined (#2901)
Browse files Browse the repository at this point in the history
  • Loading branch information
schlechtums authored Oct 17, 2024
1 parent 820e9dd commit 7dcbab4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/WebJobs.Extensions.DurableTask.Analyzers/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -306,10 +306,10 @@ https://docs.microsoft.com/azure/azure-functions/durable/durable-functions-check
<value>I/O operations are not allowed inside an orchestrator function.</value>
</data>
<data name="MethodAnalyzerMessageFormat" xml:space="preserve">
<value>Method call '{0}' violates the orchestrator deterministic code constraint. Methods definied in source code that are used in an orchestrator must be deterministic.</value>
<value>Method call '{0}' violates the orchestrator deterministic code constraint. Methods defined in source code that are used in an orchestrator must be deterministic.</value>
</data>
<data name="MethodAnalyzerTitle" xml:space="preserve">
<value>Methods definied in source code that are used in an orchestrator must be deterministic.</value>
<value>Methods defined in source code that are used in an orchestrator must be deterministic.</value>
</data>
<data name="SignalEntityAnalyzerDescription" xml:space="preserve">
<value>SignalEntityAsync must use an Entity Interface.</value>
Expand Down

0 comments on commit 7dcbab4

Please sign in to comment.