Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
Co-authored-by: Lewis Marshall <lewis.marshall@ably.com>
  • Loading branch information
dpiatek and lmars committed Sep 8, 2023
1 parent 34c9287 commit 4aead8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Space.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import { isFunction, isObject } from './utilities/is.js';
import type { SpaceOptions, SpaceMember, ProfileData } from './types.js';
import type { Subset, PresenceMember } from './utilities/types.js';

// Replace by ::$spaces when that channel tag will be available
// Replace by ::$space when that channel tag will be available
const SPACE_CHANNEL_TAG = '-space';

const SPACE_OPTIONS_DEFAULTS = {
Expand Down

0 comments on commit 4aead8f

Please sign in to comment.