Skip to content

Commit 9199112

Browse files
committed
Fix a type in serverquery comments
1 parent 9482643 commit 9199112

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SteamQueryNet/SteamQueryNet/ServerQuery.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ private IEnumerable<byte> ExtractData<TObject>(TObject objectRef, byte[] dataSou
277277
* Convert the parsed value to its type and assign it.
278278
*/
279279

280-
/* We have to handle strings seperately since their size is unknown and they are also null terminated.
280+
/* We have to handle strings separately since their size is unknown and they are also null terminated.
281281
* Check here: https://developer.valvesoftware.com/wiki/String for further information about Strings in the protocol.
282282
*/
283283
if (property.PropertyType == typeof(string))

0 commit comments

Comments
 (0)