Skip to content

Commit 6a5da01

Browse files
authored
Merge pull request #1179 from cppalliance/dependabot/npm_and_yarn/doc/npm_and_yarn-c9524f1fab
Bump sha.js from 2.4.11 to 2.4.12 in /doc in the npm_and_yarn group across 1 directory
2 parents d1995d0 + 06baf11 commit 6a5da01

File tree

3 files changed

+1988
-1589
lines changed

3 files changed

+1988
-1589
lines changed

doc/modules/ROOT/pages/examples.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ int main()
258258
[#examples_fmt_format]
259259
=== `<fmt/format.hpp>`
260260
261-
We also provide support for `{fmt}` so you can easily just swap the namespaces and headers on the above example:
261+
We also provide support for pass:[{fmt}] so you can easily just swap the namespaces and headers on the above example:
262262
263263
[source, c++]
264264
----

doc/modules/ROOT/pages/format.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ int main()
110110
[#fmt_format]
111111
== `<fmt/format.h>`
112112

113-
Support for `{fmt}` is also available.
113+
Support for pass:[{fmt}] is also available.
114114
All the above information on modifiers is the same for fmtlib, just in a different namespace (i.e. `fmt::` instead of `std::`).
115115
The header `<boost/decimal/fmt_format.hpp>` is *NOT* part of the convenience header, because it is an optional dependency on a potentially compiled library.
116116

0 commit comments

Comments
 (0)