Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nit: Fix 'Changeset' capitalization, wrong-cased filenames, Canada type decl #11531

Merged
merged 1 commit into from Aug 15, 2022

Conversation

DLehenbauer
Copy link
Contributor

'Changeset' is prevailingly spelled with a lowercase 's' (it's a single word, like 'hashtable'):
https://en.wikipedia.org/wiki/Changeset

Fixed a couple of Pascal cased filenames.

Added a type declaration for the output of 'generateCanada()'.

@DLehenbauer DLehenbauer requested a review from a team as a code owner August 12, 2022 19:05
@github-actions github-actions bot added area: dds Issues related to distributed data structures base: main PRs targeted against main branch labels Aug 12, 2022
@DLehenbauer DLehenbauer requested a review from a team as a code owner August 12, 2022 19:06
@github-actions github-actions bot added the public api change Changes to a public API label Aug 12, 2022
export interface ChangeRebaser<TChange, TFinalChange, TChangeSet> {
compose(...changes: TChangeSet[]): TChangeSet;
export interface ChangeRebaser<TChange, TFinalChange, TChangeset> {
compose(...changes: TChangeset[]): TChangeset;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@yann-achard-MS - The capitalization of 'Changeset' came up in another PR, so I did a quick sweep of /tree/.

The prevailing convention is a lower-case 's' (changeset is one word, like hashtable.)

};
}];
}

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Following @seanimam's example of correctly typing the tree return from 'generateCanada()'.

@DLehenbauer DLehenbauer merged commit c9d4139 into main Aug 15, 2022
@DLehenbauer DLehenbauer deleted the nit branch August 15, 2022 17:50
@DLehenbauer
Copy link
Contributor Author

Thanks, @yann-achard-MS!

@github-actions
Copy link
Contributor

This commit is queued for merging with the next branch! Please ignore this PR for now. Contact @microsoft/fluid-cr-infra for help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: dds Issues related to distributed data structures base: main PRs targeted against main branch public api change Changes to a public API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants