mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 17:42:45 +02:00
Apply documentation suggestions from code review
Co-authored-by: manuroe <manuroe@users.noreply.github.com>
This commit is contained in:
@@ -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 { }
|
||||
|
||||
@@ -18,7 +18,7 @@ import XCTest
|
||||
import Combine
|
||||
|
||||
/**
|
||||
XCTest utility to wat for results from publishers, so that the output can be used for assertions.
|
||||
XCTest utility to wait for results from publishers, so that the output can be used for assertions.
|
||||
*/
|
||||
@available(iOS 14.0, *)
|
||||
extension XCTestCase {
|
||||
|
||||
Reference in New Issue
Block a user