Typo Fixed

This commit is contained in:
Peng-YM 2020-08-19 14:34:17 +08:00
parent 488f320ce3
commit a5f7020582

View File

@ -1322,7 +1322,7 @@ function Raw_Producer() {
// force to set some properties (e.g., scert, udp, tfo, etc.)
function SetPropertyOperator(key, val) {
return {
name: "Set",
name: "Set Property Operator",
func: proxies => {
return proxies.map(p => {
p[key] = val;