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

Fixes JSDoc in Cliapboard setString #36381

Closed

Conversation

mikemikhaylov
Copy link
Contributor

Summary

There was a JSDoc mismatch in Cliapboard.setString method, the was considered as a parameter name, not content. Added correct param name and kept the same description as before, separated with a hyphen.

Changelog

[GENERAL] [FIXED] - Fixes JSDoc in Cliapboard setString

Test Plan

No tests needed

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Mar 6, 2023
@analysis-bot
Copy link

analysis-bot commented Mar 6, 2023

Platform Engine Arch Size (bytes) Diff
android hermes arm64-v8a 8,465,467 -44,327
android hermes armeabi-v7a 7,786,868 -36,897
android hermes x86 8,940,745 -46,625
android hermes x86_64 8,798,036 -45,512
android jsc arm64-v8a 9,648,088 +511,316
android jsc armeabi-v7a 8,382,593 +56,281
android jsc x86 9,710,324 +520,608
android jsc x86_64 10,187,446 +738,736

Base commit: d00c150
Branch: main

Co-authored-by: Nicola Corti <corti.nico@gmail.com>
@facebook-github-bot
Copy link
Contributor

@cortinico has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

@facebook-github-bot facebook-github-bot added the Merged This PR has been merged. label Mar 6, 2023
@facebook-github-bot
Copy link
Contributor

@cortinico merged this pull request in 0ecb4e6.

OlimpiaZurek pushed a commit to OlimpiaZurek/react-native that referenced this pull request May 22, 2023
Summary:
There was a JSDoc mismatch in `Clipboard.setString` method, `the` was considered as a parameter name, not `content`. Added correct param name and kept the same description as before, separated with a hyphen.

## Changelog

[GENERAL] [FIXED] - Fixes JSDoc in Cliapboard setString

Pull Request resolved: facebook#36381

Test Plan: No tests needed

Reviewed By: yungsters

Differential Revision: D43839086

Pulled By: cortinico

fbshipit-source-id: 126035d9796e66938402704eaf9bc8646ee9b78b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. Merged This PR has been merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants