From 2c30c030b244e24818770e7da94246ec79ab4cf4 Mon Sep 17 00:00:00 2001 From: MozirDmitriy Date: Mon, 13 Oct 2025 14:29:38 +0300 Subject: [PATCH] fix: typos and other chore --- docs/protocol-concepts/data-point.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/protocol-concepts/data-point.mdx b/docs/protocol-concepts/data-point.mdx index d4d6e9f..0455129 100644 --- a/docs/protocol-concepts/data-point.mdx +++ b/docs/protocol-concepts/data-point.mdx @@ -4,7 +4,7 @@ sidebar_position: 4 # Data Point -A Data Point is specific type of reputation data about a given user. +A Data Point is a specific type of reputation data about a given user. ## Key Attributes: @@ -12,13 +12,13 @@ A Data Point is specific type of reputation data about a given user. - A Data Point is always associated with a [Data Issuer](/docs/protocol-concepts/data-issuer). - A Data Issuer can have multiple Data Points, but a Data Point only has one Data Issuer. - A Data Point only contains objective and verifiable data. -- A Data Point doesn't store any scoring information; they can be use in multiple scoring systems. +- A Data Point doesn't store any scoring information; they can be used in multiple scoring systems. - Example: - Data Issuer: `GitHub` - Data Point: `Stars` - Value: `[number of stars]` -## **Variable** and I**mmutable** Data Points: +## **Variable** and **Immutable** Data Points: - Immutable data points are simpler versions of variable data points. - **Variable Data Points** contain a value that can change over time.