We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8daf51f commit 84d0877Copy full SHA for 84d0877
src/xtd.core/include/xtd/object.h
@@ -89,7 +89,7 @@ namespace xtd {
89
template<typename object_t>
90
std::unique_ptr<object_t> memberwise_clone() const noexcept {return std::make_unique<object_t>(dynamic_cast<const object_t&>(*this));}
91
92
- /// @brief Returns a xd::ustring that represents the current object.
+ /// @brief Returns a xtd::ustring that represents the current object.
93
/// @return A string that represents the current object.
94
/// @par Examples
95
/// The following code example demonstrates what to_string returns.
0 commit comments