Skip to content

Commit

Permalink
documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
bfarmer67 committed Dec 16, 2024
1 parent 739f4b8 commit efe06eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ workflows and other language constructs.

The following example demonstrates how to create an asynchronous expression tree.

When the expression tree is compiled, the `BlockAsyncExpression` will auto-generate a state machine that executes
When the expression tree is compiled, the `AsyncBlockExpression` will auto-generate a state machine that executes
`AwaitExpressions` in the block asynchronously.

```csharp
Expand Down Expand Up @@ -113,6 +113,7 @@ public class UsingExample
Special thanks to:

- Sergey Tepliakov - [Dissecting the async methods in C#](https://devblogs.microsoft.com/premier-developer/dissecting-the-async-methods-in-c/).
- [Fast Expression Compiler](https://github.com/dadhi/FastExpressionCompiler) for improved performance. :heart:
- [Just The Docs](https://github.com/just-the-docs/just-the-docs) for the documentation theme.

## Contributing
Expand Down

0 comments on commit efe06eb

Please sign in to comment.