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.