Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
bsorrentino committed Jan 23, 2025
2 parents 2207e8d + c328443 commit 88b7cb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/site/markdown/concepts/low_level.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ var graphBuilder = new StateGraph<>( MessagesState.SCHEMA, MessagesState::new)

### AppenderChannel

In the example below we specify for `messages` property a particular channel [AppenderChannel] which use a built-in [Reducer] to accumulate values.
In the example above we specify for `messages` property a built-in channel [AppenderChannel] which use a [Reducer] implementation to accumulate values.

<a id="remove-messages"></a>
#### Remove Messages
Expand Down

0 comments on commit 88b7cb3

Please sign in to comment.