Skip to content

Commit 84d0877

Browse files
committed
Fix typo
1 parent 8daf51f commit 84d0877

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/xtd.core/include/xtd/object.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ namespace xtd {
8989
template<typename object_t>
9090
std::unique_ptr<object_t> memberwise_clone() const noexcept {return std::make_unique<object_t>(dynamic_cast<const object_t&>(*this));}
9191

92-
/// @brief Returns a xd::ustring that represents the current object.
92+
/// @brief Returns a xtd::ustring that represents the current object.
9393
/// @return A string that represents the current object.
9494
/// @par Examples
9595
/// The following code example demonstrates what to_string returns.

0 commit comments

Comments
 (0)