Apply documentation suggestions from code review

Co-authored-by: manuroe <manuroe@users.noreply.github.com>
This commit is contained in:
David Langley
2021-09-09 10:31:41 +01:00
committed by GitHub
parent 0dbc7a17f3
commit 433b7b6d90
2 changed files with 3 additions and 3 deletions
@@ -17,9 +17,9 @@
import Foundation
/**
A protcol that any class or struct can conform to
A protocol that any class or struct can conform to
so that it can easiy produce avatar data.
E.g. MXRoom, MxUser cna conform to this making it
E.g. MXRoom, MxUser can conform to this making it
easy to grab the avatar data for display.
*/
protocol Avatarable: AvatarInputProtocol { }