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 85f6612 commit 12eaf0dCopy full SHA for 12eaf0d
functions/user-defined-literals.md
@@ -34,13 +34,13 @@ _Why do we want to learn/teach this topic?_
34
35
* Allows clearer expression of intent in C++.
36
* `std::string`: `"Hello, world!"s`
37
-* `std::chrono`: `3h + 10m + 5s`
+* `std::chrono`: `3h + 10min + 5s`
38
39
## Topic introduction
40
41
_Very brief introduction to the topic._
42
43
-* Explain the existence of user defined literals. Example: `12m + 17s` is terse,
+* Explain the existence of user defined literals. Example: `12min + 17s` is terse,
44
expressive and type safe.
45
46
## Foundational: Using UDLs
0 commit comments