Skip to content

Commit 33a2ef3

Browse files
authored
Fix typo in Contributing.md & Cluster+Membership.swift (#1204)
### Motivation: Fix typo in Contributing.md & Cluster+Membership.swift ### Modifications: Change byt to but. Add a space after (Unique). ### Result: Removed typos.
1 parent 6c9aa15 commit 33a2ef3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Sources/DistributedCluster/Cluster/Cluster+Membership.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ extension Cluster {
2323
/// Membership changes are driven by nodes joining and leaving the cluster.
2424
/// Leaving the cluster may be graceful or triggered by a failure detector.
2525
///
26-
/// ### Replacement (Unique)Nodes
26+
/// ### Replacement (Unique) Nodes
2727
/// A node (or member) is referred to as a "replacement" if it shares _the same_ protocol+host+address (i.e. ``Cluster/Endpoint``),
2828
/// with another member; It MAY join "over" an existing node and will immediately cause the previous node to be marked ``Cluster/MemberStatus/down``
2929
/// upon such transition. Such situations can take place when an actor system node is terminated and started on the same host+port immediately,

Sources/DistributedCluster/Docs.docc/Contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Multi node test infrastructure is still in development and may be lacking some f
1616
1717
### Testing logging (LogCapture)
1818

19-
As the cluster performs operations "in the background", such as keeping the membership and health information of the cluster up to date, it is very important that log statements it emits in such mode are useful and actionable, byt not overwhelming.
19+
As the cluster performs operations "in the background", such as keeping the membership and health information of the cluster up to date, it is very important that log statements it emits in such mode are useful and actionable, but not overwhelming.
2020

2121
> Note: Almost all tests spanning multiple actor systems use a form of log capture, in order to keep the test output clean. Only some tests actually assert on logged information.
2222

0 commit comments

Comments
 (0)