Skip to content

Commit fa28fa7

Browse files
committed
Fix typo in ChangeFind documentation for NCollection_DataMap and NCollection_OrderedDataMap
1 parent 9ae08cd commit fa28fa7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/FoundationClasses/TKernel/NCollection/NCollection_DataMap.hxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,7 @@ public:
668668
return &p->ChangeValue();
669669
}
670670

671-
//! ChangeFind returns mofifiable Item by Key. Raises if Key was not bound
671+
//! ChangeFind returns modifiable Item by Key. Raises if Key was not bound
672672
TheItemType& ChangeFind(const TheKeyType& theKey)
673673
{
674674
DataMapNode* p = nullptr;

src/FoundationClasses/TKernel/NCollection/NCollection_OrderedDataMap.hxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,7 @@ public:
697697
return &p->ChangeValue();
698698
}
699699

700-
//! ChangeFind returns mofifiable Item by Key. Raises if Key was not bound
700+
//! ChangeFind returns modifiable Item by Key. Raises if Key was not bound
701701
TheItemType& ChangeFind(const TheKeyType& theKey)
702702
{
703703
OrderedDataMapNode* p = nullptr;

0 commit comments

Comments
 (0)