Skip to content

Commit

Permalink
docs(core): fix extra pound in inline doc (aws#23466)
Browse files Browse the repository at this point in the history
`Stack.exportSrtringListValue` function inline doc have an extra pound messing up with jsii-docgen generated doc for classes extending Stack. See aws#23465 for more detail.s

----

### All Submissions:

* [x] Have you followed the guidelines in our [Contributing guide?](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md)

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
flochaz authored and Brennan Ho committed Feb 22, 2023
1 parent 7ded385 commit 3171669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/core/lib/stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1168,7 +1168,7 @@ export class Stack extends Construct implements ITaggable {
* remove the reference from the consuming stack. After that, you can remove
* the resource and the manual export.
*
* # See `exportValue` for an example of this process.
* See `exportValue` for an example of this process.
*/
public exportStringListValue(exportedValue: any, options: ExportValueOptions = {}): string[] {
if (options.name) {
Expand Down

0 comments on commit 3171669

Please sign in to comment.