Skip to content

Commit

Permalink
Remove unnecessary "both"
Browse files Browse the repository at this point in the history
  • Loading branch information
tilgovi committed Apr 25, 2015
1 parent a805fc7 commit 7de78ba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/upgrading.rst
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,10 @@ This code is doing three distinct things:
window.location.href}``.

In Annotator 2.0 the configuration of the storage component
(:func:`annotator.storage.http`) is logically separate from both a) the
loading of annotations from storage, and b) the extension of annotations with
additional data. An example which replicates the above behaviour would look like
this in Annotator 2.0::
(:func:`annotator.storage.http`) is logically separate from a) the loading
of annotations from storage, and b) the extension of annotations with additional
data. An example which replicates the above behavior would look like this
in Annotator 2.0::


var pageUri = function () {
Expand Down

0 comments on commit 7de78ba

Please sign in to comment.