Skip to content

Commit

Permalink
Fix a typo. Thanks Tracy Chapman from TripleChecker
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaut committed Jul 2, 2020
1 parent 1f3f846 commit c9c5b90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions support/manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ def update_site(env):
#b.data = b.data.replace('operator""_', 'operator"" _')
b.data = b.data.replace(', size_t', ', std::size_t')
b.data = b.data.replace('aa long', 'a long')
b.data = b.data.replace('serveral', 'several')
if version.startswith('6.2.'):
b.data = b.data.replace(
'vformat(const S&, basic_format_args<' +
Expand Down

0 comments on commit c9c5b90

Please sign in to comment.