Skip to content
This repository has been archived by the owner on Aug 28, 2021. It is now read-only.

Commit

Permalink
Update intro.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aboodman authored Feb 25, 2018
1 parent 305a71d commit bef20a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ Strings, numbers, unions, and structs are not chunked, and should be used for "r

Types serve several purposes in Noms:

1. Most importantly, types make Noms data self-describing. Every physical chunk of Noms data carries with it the type of the value it contains and information about the types of all values reachable from this chunk. This allows software to interoperate without prior agreement or planning.
1. Most importantly, types make Noms data self-describing. You can use the `types.TypeOf` function on any Noms `Value`, no matter how large, and get a very precise description of the entire value and all values reachable from it. This allows software to interoperate without prior agreement or planning.

2. Users of Noms can define their own structures and publish data that uses them. This allows for ad-hoc standardization of types within communities working on similar data.

Expand Down

0 comments on commit bef20a1

Please sign in to comment.