Skip to content

Commit 19b7036

Browse files
committed
doc: Fix typos.
1 parent d6b942d commit 19b7036

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

crates/matrix-sdk-ui/src/timeline/tests/encryption.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,7 @@ async fn test_retry_message_decryption_highlighted() {
674674

675675
#[async_test]
676676
async fn test_utd_cause_for_nonmember_event_is_found() {
677-
// Given a timline
677+
// Given a timeline
678678
let timeline = TestTimeline::new();
679679
let mut stream = timeline.subscribe().await;
680680

@@ -695,7 +695,7 @@ async fn test_utd_cause_for_nonmember_event_is_found() {
695695

696696
#[async_test]
697697
async fn test_utd_cause_for_nonmember_event_is_found_unstable_prefix() {
698-
// Given a timline
698+
// Given a timeline
699699
let timeline = TestTimeline::new();
700700
let mut stream = timeline.subscribe().await;
701701

@@ -720,7 +720,7 @@ async fn test_utd_cause_for_nonmember_event_is_found_unstable_prefix() {
720720

721721
#[async_test]
722722
async fn test_utd_cause_for_member_event_is_unknown() {
723-
// Given a timline
723+
// Given a timeline
724724
let timeline = TestTimeline::new();
725725
let mut stream = timeline.subscribe().await;
726726

@@ -741,7 +741,7 @@ async fn test_utd_cause_for_member_event_is_unknown() {
741741

742742
#[async_test]
743743
async fn test_utd_cause_for_missing_membership_is_unknown() {
744-
// Given a timline
744+
// Given a timeline
745745
let timeline = TestTimeline::new();
746746
let mut stream = timeline.subscribe().await;
747747

0 commit comments

Comments
 (0)