From 7d60e482b90c65ac6abd4c316f4dc4b7f27781e0 Mon Sep 17 00:00:00 2001 From: Victor Farazdagi Date: Tue, 5 Jan 2021 08:48:25 +0300 Subject: [PATCH 1/2] fix typo --- specs/phase0/weak-subjectivity.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/phase0/weak-subjectivity.md b/specs/phase0/weak-subjectivity.md index b4d78cb12..4bb950540 100644 --- a/specs/phase0/weak-subjectivity.md +++ b/specs/phase0/weak-subjectivity.md @@ -42,7 +42,7 @@ This document uses data structures, constants, functions, and terminology from ## Weak Subjectivity Checkpoint -Any `Checkpoint` can used be a Weak Subjectivity Checkpoint. +Any `Checkpoint` can be used as a Weak Subjectivity Checkpoint. These Weak Subjectivity Checkpoints are distributed by providers, downloaded by users and/or distributed as a part of clients, and used as input while syncing a client. From 70e25e63900db8ff0fdf088750cbe2de821b9204 Mon Sep 17 00:00:00 2001 From: Victor Farazdagi Date: Tue, 5 Jan 2021 21:13:35 -0800 Subject: [PATCH 2/2] Update specs/phase0/weak-subjectivity.md Co-authored-by: Hsiao-Wei Wang --- specs/phase0/weak-subjectivity.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/phase0/weak-subjectivity.md b/specs/phase0/weak-subjectivity.md index 4bb950540..a99887926 100644 --- a/specs/phase0/weak-subjectivity.md +++ b/specs/phase0/weak-subjectivity.md @@ -42,7 +42,7 @@ This document uses data structures, constants, functions, and terminology from ## Weak Subjectivity Checkpoint -Any `Checkpoint` can be used as a Weak Subjectivity Checkpoint. +Any `Checkpoint` object can be used as a Weak Subjectivity Checkpoint. These Weak Subjectivity Checkpoints are distributed by providers, downloaded by users and/or distributed as a part of clients, and used as input while syncing a client.