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

Commit 908d99b

Browse files
Fix minor but important code examples (#1286)
Co-authored-by: Vic Cooper <[email protected]>
1 parent 2d36e45 commit 908d99b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

transport/workflow-client-server-secure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ void Start ()
125125
var settings = new NetworkSettings();
126126
settings.WithSecureServerParameters(
127127
certificate: SecureParameters.MyGameServerCertificate,
128-
privateKey: SecureParameters.myGameServerPrivateKey);
128+
privateKey: SecureParameters.MyGameServerPrivateKey);
129129

130130
// ...
131131
}

0 commit comments

Comments
 (0)