Skip to content

Commit 0d3cf02

Browse files
author
Guillaume Piolat
committed
typo
1 parent 61ec5ed commit 0d3cf02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/dplug/core/map.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ nothrow:
108108
return _tree.length;
109109
}
110110

111-
/// Returns: `ttue` is the map has no element.
111+
/// Returns: `true` if the map has no element.
112112
bool empty() const
113113
{
114114
return _tree.empty;

0 commit comments

Comments
 (0)