Skip to content

Commit 6f7dac6

Browse files
author
Divya Kamath
committed
Updated serializer class comment
1 parent f26d39e commit 6f7dac6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Simulator/Core/Serializer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#include <fstream>
3030

3131
// About CEREAL_XML_STRING_VALUE
32-
// 1. Displays Graphitti as top most element instead of the default Cereal.
32+
// 1. Displays Graphitti as top most element instead of the default Cereal in the serialized xml file.
3333
// 2. It should be placed before defining cereal archives library
3434
#define CEREAL_XML_STRING_VALUE "Graphitti"
3535
#include <cereal/archives/binary.hpp>

0 commit comments

Comments
 (0)