Skip to content

Commit 5711ce7

Browse files
RandomByteflovogt
andauthored
[INTERNAL] Apply suggestions from code review
Co-authored-by: Florian Vogt <[email protected]>
1 parent 20b6781 commit 5711ce7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/specifications/SpecificationVersion.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ class SpecificationVersion {
265265
}
266266

267267
/**
268-
* Create an array of Specification Versions that match with the provided range. This is mainly used
268+
* Creates an array of Specification Versions that match with the provided range. This is mainly used
269269
* for testing purposes. I.e. to execute identical tests for a range of specification versions.
270270
*
271271
* @public

lib/specifications/types/Library.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ class Library extends ComponentProject {
108108

109109
/**
110110
* Get a resource reader for the sources of the project (excluding any test resources)
111-
* without a virtual base path
111+
* without a virtual base path.
112112
* In the future the path structure can be flat or namespaced depending on the project
113113
* setup
114114
*

0 commit comments

Comments
 (0)