Skip to content

Commit fa9477f

Browse files
committed
Misc: fixed comment - [ci skip]
1 parent 3266be5 commit fa9477f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Server/Server/PacketHandlers/ByteBuffer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ ByteBuffer& ByteBuffer::operator << (std::string const& value)
172172
return *this;
173173
}
174174

175-
// Stores float value in stream
175+
// Stores stream from another buffer in this buffer
176176
ByteBuffer& ByteBuffer::operator << (ByteBuffer const& value)
177177
{
178178
append((uint8_t const*)&value.GetStorage()[0], value.GetStorage().size());

0 commit comments

Comments
 (0)