Skip to content

Commit

Permalink
[docs] SynchronousSink javadoc missing verb (#3838)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-ulyanov authored Jul 4, 2024
1 parent 85959a5 commit af6f417
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2016-2022 VMware Inc. or its affiliates, All Rights Reserved.
* Copyright (c) 2016-2024 VMware Inc. or its affiliates, All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -31,7 +31,7 @@
*
* <p>
* Calling a {@link SynchronousSink} outside of a generator consumer or function, e.g.
* using an async callback, is forbidden. You can {@link FluxSink} or
* using an async callback, is forbidden. You can use {@link FluxSink} or
* {@link MonoSink} based generators for these situations.
*
* @param <T> the output value type
Expand Down

0 comments on commit af6f417

Please sign in to comment.