Skip to content

Commit 9640322

Browse files
Change "allows you to" patterns to "allows -ing" per feedback
Co-authored-by: overlookmotel <557937+overlookmotel@users.noreply.github.com>
1 parent 5361d05 commit 9640322

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/oxc_allocator/src/vec2/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ where
274274
///
275275
/// # Indexing
276276
///
277-
/// The `Vec` type allows you to access values by index, because it implements the
277+
/// The `Vec` type allows accessing values by index, because it implements the
278278
/// [`Index`] trait. An example will be more explicit:
279279
///
280280
/// ```

crates/oxc_transformer/src/typescript/options.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ pub struct TypeScriptOptions {
9191
/// Modifies extensions in import and export declarations.
9292
///
9393
/// This option, when used together with TypeScript's [`allowImportingTsExtension`](https://www.typescriptlang.org/tsconfig#allowImportingTsExtensions) option,
94-
/// allows you to write complete relative specifiers in import declarations while using the same extension used by the source files.
94+
/// allows writing complete relative specifiers in import declarations while using the same extension used by the source files.
9595
///
9696
/// When set to `true`, same as [`RewriteExtensionsMode::Rewrite`]. Defaults to `false` (do nothing).
9797
#[serde(deserialize_with = "deserialize_rewrite_import_extensions")]

0 commit comments

Comments
 (0)