···77namespace osu.Framework.Bindables
88{
99 /// <summary>
1010- /// An readonly interface which can be bound to other <see cref="IBindableList{T}"/>s in order to watch for state and content changes.
1010+ /// A readonly interface which can be bound to other <see cref="IBindableList{T}"/>s in order to watch for state and content changes.
1111 /// </summary>
1212 /// <typeparam name="T">The type of value encapsulated by this <see cref="IBindableList{T}"/>.</typeparam>
1313 public interface IBindableList<T> : IReadOnlyList<T>, IBindable, INotifyCollectionChanged
+1-1
osu.Framework/Graphics/Sprites/SpriteIcon.cs
···1313{
1414 /// <summary>
1515 /// A sprite representing an icon.
1616- /// Ues <see cref="FontStore"/> to perform character lookups.
1616+ /// Uses <see cref="FontStore"/> to perform character lookups.
1717 /// </summary>
1818 public class SpriteIcon : CompositeDrawable
1919 {