@augment-vir/node 31.73.4 → 31.73.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -157,8 +157,8 @@ export type GrepSearchPattern = RequireExactlyOne<{
157
157
  patterns: string[];
158
158
  }>;
159
159
  /**
160
- * Output of {@link grep}. Each key is an absolute file path. Values are array of matches lines for
161
- * that file.
160
+ * Output of {@link grep}. Each key is a file path returned by `grep`. Values are arrays of matched
161
+ * lines for that file.
162
162
  *
163
163
  * @category Internal
164
164
  * @category Package : @augment-vir/node