Update based on comments from Doug

This commit is contained in:
David Langley
2021-09-09 17:00:45 +01:00
parent 2d212ddd8e
commit c80dfcd1d0
8 changed files with 42 additions and 45 deletions
@@ -18,7 +18,7 @@ import Foundation
/**
A protocol that any class or struct can conform to
so that it can easiy produce avatar data.
so that it can easily produce avatar data.
E.g. MXRoom, MxUser can conform to this making it
easy to grab the avatar data for display.
*/