Skip to content

Conversation

@am11
Copy link
Member

@am11 am11 commented Nov 25, 2021

Second commit cleans up trailing whitespaces from files modified in the first commit.

am11 added 2 commits November 26, 2021 00:26
```sh
# git remote add dotnet https://github.com/dotnet/runtime && git pull --rebase dotnet main

if uname 2>/devnull | grep -q Darwin; then
    space=" "
fi

git show --name-only --pretty="" HEAD...dotnet/main |\
    xargs -I{} sh -c "test -f {} && sed -i$space'' 's/[[:space:]]*$//' {}"
```
@ghost ghost added area-Meta community-contribution Indicates that the PR has been added by a community member labels Nov 25, 2021
label: API Usage
description: |
Please provide code examples that highlight how the proposed API additions are meant to be consumed. This will help suggest whether the API has the right shape to be functional, performant and useable.
Please provide code examples that highlight how the proposed API additions are meant to be consumed. This will help suggest whether the API has the right shape to be functional, performant and usable.
Copy link
Member

Choose a reason for hiding this comment

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

useable is less frequently used spelling, but it is not wrong.

https://grammarhow.com/useable-or-usable/

Copy link
Member Author

Choose a reason for hiding this comment

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

I just compared their frequency repo-wide and streamlined on usable:

> git grep -i usable | wc -l
421

> git grep -i useable | wc -l
19

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-Meta community-contribution Indicates that the PR has been added by a community member

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants