From Jason Turner

[thread.lock.shared.mod]

Diff to HTML by rtfpessoa

tmp/tmphy9o0dky/{from.md → to.md} RENAMED
@@ -17,7 +17,7 @@ mutex_type* release() noexcept;
17
  ``` cpp
18
  template <class Mutex>
19
  void swap(shared_lock<Mutex>& x, shared_lock<Mutex>& y) noexcept;
20
  ```
21
 
22
- *Effects:* `x.swap(y)`.
23
 
 
17
  ``` cpp
18
  template <class Mutex>
19
  void swap(shared_lock<Mutex>& x, shared_lock<Mutex>& y) noexcept;
20
  ```
21
 
22
+ *Effects:* As if by `x.swap(y)`.
23