We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4be00e7 + d810b93 commit 5c1d039Copy full SHA for 5c1d039
hermes_common/include/exceptions.h
@@ -112,7 +112,7 @@ namespace Hermes
112
NullException(unsigned int param_idx, unsigned int item_idx);
113
/// \return index of null parameter.
114
unsigned int get_param_idx() const;
115
- /// \return index of null item in array parameter. Returns -1 if bad parrameter is not array with null item.
+ /// \return index of null item in array parameter. Returns -1 if bad parameter is not array with null item.
116
unsigned int get_item_idx() const;
117
virtual ~NullException() throw() {};
118
NullException(const NullException & e);
@@ -265,4 +265,4 @@ namespace Hermes
265
};
266
}
267
268
-#endif
+#endif
0 commit comments