Skip to content

Commit 8bd01da

Browse files
committed
comment grammar
1 parent 7fdf7ed commit 8bd01da

File tree

1 file changed

+3
-3
lines changed
  • smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/validation

1 file changed

+3
-3
lines changed

smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/validation/ImportFrom.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ public ImportFrom(String importTargetExpression) {
4040

4141
/**
4242
* @return whether we recognize it as a Node.js native module. These
43-
* do not need to be declared in package.json, however this check
44-
* is not exhaustive as the true nature of a package depends on the
45-
* Node.js version.
43+
* do not need to be declared in package.json. This check
44+
* is not exhaustive since the list of native modules varies
45+
* by version.
4646
*/
4747
public boolean isNodejsNative() {
4848
String[] packageNameSegments = from.split("/");

0 commit comments

Comments
 (0)