From Jason Turner

[string.find]

Diff to HTML by rtfpessoa

tmp/tmpancvvmv8/{from.md → to.md} RENAMED
@@ -60,8 +60,8 @@ template<class T>
60
  ``` cpp
61
  basic_string_view<charT, traits> s = *this, sv = t;
62
  return s.G(sv, pos);
63
  ```
64
 
65
- *Remarks:* The expression inside `noexcept` is equivalent to
66
  `is_nothrow_convertible_v<const T&, basic_string_view<charT, traits>>`.
67
 
 
60
  ``` cpp
61
  basic_string_view<charT, traits> s = *this, sv = t;
62
  return s.G(sv, pos);
63
  ```
64
 
65
+ *Remarks:* The exception specification is equivalent to
66
  `is_nothrow_convertible_v<const T&, basic_string_view<charT, traits>>`.
67