[webauthn] "version 4 GUID" should be "version 4 UUID"

equalsJeffH has just created a new issue for 
https://github.com/w3c/webauthn:

== "version 4 GUID" should be "version 4 UUID" ==
we have this text..
```
The claimedAAGUID element contains the claimed Authenticator 
Attestation GUID (a version 4 GUID, see [RFC4122]). 
```
..however, RFC4122 uses the term UUID, though it does draw equivalence
 to GUID in two places.  anyway, if one searches RFC4122 for "version 
4 guid" you get no hits, but you do for "version 4 uuid", so I think 
we should change the above to be..
```
The claimedAAGUID element contains the claimed Authenticator 
Attestation GUID (a version 4 UUID, see [RFC4122]). 
```


Please view or discuss this issue at 
https://github.com/w3c/webauthn/issues/148 using your GitHub account

Received on Tuesday, 26 July 2016 15:55:09 UTC