Skip to content

Commit 8b3faeb

Browse files
committed
Fix stray characters
1 parent 527f743 commit 8b3faeb

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

docs/atl/reference/iperpropertybrowsingimpl-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This class implements `IUnknown` and allows a client to access the information i
1515
1616
## Syntax
1717

18-
```cpp
18+
```
1919
template <class T>
2020
class ATL_NO_VTABLE IPerPropertyBrowsingImpl :
2121
public IPerPropertyBrowsing

docs/standard-library/algorithm-functions.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1305,7 +1305,6 @@ int main()
13051305
equal_range_demo<string>( v2, "fred" );
13061306
equal_range_demo<string>( v2, "fred", shorter_than, "shorter_than" );
13071307
}
1308-
13091308
```
13101309

13111310
```Output

0 commit comments

Comments
 (0)