Skip to content

Commit e0782f0

Browse files
authored
Fix example in README.md (#44)
1 parent bcd8ee0 commit e0782f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ int main() {
195195
}
196196

197197
{
198-
// te::var<Drawable> auto drawable = Square{}; // error: deduced initializer does not
198+
// te::var<Drawable> auto drawable = Circle{}; // error: deduced initializer does not
199199
// drawable.draw(std::cout); // satisfy placeholder constraints (draw)
200200
}
201201

0 commit comments

Comments
 (0)