Skip to content

Commit 960927c

Browse files
ariel-anielimergify[bot]
authored andcommitted
Changed comments
(cherry picked from commit 4c8f7a8)
1 parent 04c68cb commit 960927c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

deps/amqp_client/src/amqp_channel.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
waiting_set = gb_trees:empty(),
9292
only_acks_received = true,
9393

94-
%% true | false, only relevant in the direct
94+
%% boolean(), only relevant in the direct
9595
%% client case.
9696
%% when true, consumers will manually notify
9797
%% queue pids using rabbit_amqqueue_common:notify_sent/2

deps/rabbit/src/rabbit_amqqueue_process.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
mirroring_policy_version = 0,
9090
%% running | flow | idle
9191
status,
92-
%% true | false
92+
%% boolean()
9393
single_active_consumer_on
9494
}).
9595

deps/rabbitmq_peer_discovery_common/src/rabbit_peer_discovery_cleanup.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ maybe_cleanup(State, UnreachableNodes) ->
262262
%% @doc Iterate over the list of partitioned nodes, either logging the
263263
%% node that would be removed or actually removing it.
264264
%% @spec maybe_remove_nodes(PartitionedNodes :: [node()],
265-
%% WarnOnly :: true | false) -> ok
265+
%% WarnOnly :: boolean()) -> ok
266266
%% @end
267267
%%--------------------------------------------------------------------
268268
-spec maybe_remove_nodes(PartitionedNodes :: [node()],

0 commit comments

Comments
 (0)