[tor-commits] [pluggable-transports/snowflake-webext] 06/06: refactor: add some JSDocs

gitolite role git at cupani.torproject.org
Thu Nov 10 15:23:22 UTC 2022


This is an automated email from the git hooks/post-receive script.

cohosh pushed a commit to branch main
in repository pluggable-transports/snowflake-webext.

commit e0506404f82455292694f218954d2f8acd175b7d
Author: WofWca <wofwca at protonmail.com>
AuthorDate: Wed Nov 9 12:35:23 2022 +0400

    refactor: add some JSDocs
---
 proxypair.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/proxypair.js b/proxypair.js
index 7658168..db37045 100644
--- a/proxypair.js
+++ b/proxypair.js
@@ -12,7 +12,7 @@ Broker with an WebRTC answer.
 class ProxyPair {
 
   /**
-   * @param {*} rateLimit specifies a rate limit on traffic
+   * @param {DummyRateLimit | BucketRateLimit} rateLimit specifies a rate limit on traffic
    * @param {Config} config
    */
   constructor(rateLimit, config) {

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the tor-commits mailing list