Skip to content

Commit

Permalink
Fix inline code span (#618)
Browse files Browse the repository at this point in the history
* Fix inline code

' -> `

* Update wpf-selector-crash-when-removing-item-from-custom-collection.md
  • Loading branch information
chlowell authored and Ron Petrusha committed Feb 12, 2018
1 parent 787a34a commit 5f00992
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Minor
NotPlanned

### Change Description
An 'T:System.InvalidOperationException` can occur in the following scenario:
An `T:System.InvalidOperationException` can occur in the following scenario:
* The ItemsSource for a `T:System.Windows.Controls.Primitives.Selector` is a collection with a custom
implementation of `T:System.Collections.Specialized.INotifyCollectionChanged`.
* The selected item is removed from the collection.
Expand Down

0 comments on commit 5f00992

Please sign in to comment.