Skip to content

Commit

Permalink
Update docs/design/code_and_name_organization/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Chandler Carruth <[email protected]>
  • Loading branch information
jonmeow and chandlerc authored Aug 19, 2024
1 parent b225631 commit 9c912fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/design/code_and_name_organization/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -622,8 +622,8 @@ The `export` keyword supports exporting names that come from imported libraries.
This can be used to create an API file that provides contents from multiple
other API files.

`export` can be used on either a full import, as a modifier to the `import`
keyword, or a specific entity, with `export <name>` declarations.
`export` can be used either as a modifier to the `import`
keyword to export the entire imported library, or in an `export <name>` declaration to export a specific entity.

For example:

Expand Down

0 comments on commit 9c912fd

Please sign in to comment.