Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(jsii-pacmak): emit correct
@return
tag for JavaDocs (#4095)
We are currently emitting `@returns`, but: ``` error: unknown tag: returns * @returns a newly built instance of {@link software.amazon.awscdk.services.codedeploy.EcsDeploymentConfig}. ``` It should be `@return`. --- By submitting this pull request, I confirm that my contribution is made under the terms of the [Apache 2.0 license]. [Apache 2.0 license]: https://www.apache.org/licenses/LICENSE-2.0
- Loading branch information