Skip to content

Commit

Permalink
minor editorial
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffH authored and JeffH committed Oct 30, 2017
1 parent 0cda621 commit 1a606eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -959,7 +959,8 @@ When this method is invoked, the user agent MUST execute the following algorithm
value (see [here](#authenticatorGetAssertion-return-values) in [[#op-get-assertion]] for more information).

Issue: The foregoing step _may_ be incorrect, in that we are attempting to create |savedCredentialId|
here and use it later below.
here and use it later below, and we do not have a global in which to allocate a place for it. Perhaps this
is good enough?

1. [=list/For each=] credential descriptor |C| in |allowCredentialDescriptorList|,
[=set/append=] each value, if any, of <code>|C|.{{transports}}</code> to |distinctTransports|.
Expand Down

0 comments on commit 1a606eb

Please sign in to comment.