Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Commit 05a20a9

Browse files
committed
docs: rewrite comment for clarity
1 parent 90e15cd commit 05a20a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

windows-rdp/main.test.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ describe("Web RDP", async () => {
7777
*
7878
* Regex is a little bit more verbose and pedantic than normal. Want to
7979
* have some basic safety nets for validating the structure of the form
80-
* entries variable after the JS file has had values injected. Really do
81-
* not want the wildcard classes to overshoot and grab too much content,
82-
* even if they're all set to lazy mode.
80+
* entries variable after the JS file has had values injected. Even with all
81+
* the wildcard classes set to lazy mode, we want to make sure that they
82+
* don't overshoot and grab too much content.
8383
*
8484
* Written and tested via Regex101
8585
* @see {@link https://regex101.com/r/UMgQpv/2}

0 commit comments

Comments
 (0)