mirror of https://github.com/golang/go.git
doc: fix a typo
Change-Id: I5bc63d8f7593eb023fde264e1ed33aae9fae2934
This commit is contained in:
parent
8f854244ad
commit
3ab18d4fd1
|
|
@ -276,7 +276,7 @@ CodewalkViewer.prototype.changeSelectedComment = function(target) {
|
|||
}
|
||||
|
||||
// Force original file even if user hasn't changed comments since they may
|
||||
// have nagivated away from it within the iframe without us knowing.
|
||||
// have navigated away from it within the iframe without us knowing.
|
||||
this.navigateToCode(currentFile);
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue