Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

3.7 Release Notes - fix typo #1277

Merged
merged 1 commit into from
Jan 17, 2020
Merged

Conversation

greg-murray-volusion
Copy link
Contributor

For this sample comparing to type predicates:

if (isString(str)) {
    return str.toUppercase();
}

I believe you meant to put the correct method str.toUpperCase();

Fixes # 1276

For this sample comparing to type predicates:
```typescript
if (isString(str)) {
    return str.toUppercase();
}
```
I believe you meant to put the correct method `str.toUpperCase();`
@msftclas
Copy link

msftclas commented Dec 28, 2019

CLA assistant check
All CLA requirements met.

@greg-murray-volusion greg-murray-volusion changed the title Patch 1 3.7 Release Notes - fix typo Dec 28, 2019
@orta
Copy link
Contributor

orta commented Jan 15, 2020

Hi - this is going into a branch which isn't master, and so it won't get applied to the main repo!

If you switch the PR's base branch to master then it'd probably be good to merge 👍

@greg-murray-volusion greg-murray-volusion changed the base branch from 3-7 to master January 15, 2020 15:45
@orta
Copy link
Contributor

orta commented Jan 17, 2020

perfect, thanks

@orta orta merged commit ef13861 into microsoft:master Jan 17, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants