Skip to content

Commit e75a7c1

Browse files
committed
comment tweak
1 parent d1fa0df commit e75a7c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/stateSpec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ describe('state', function () {
238238
$state.go("^"); $q.flush();
239239
expect($state.$current.name).toBe('about.person');
240240

241-
// Transition to parent's sibling
241+
// Transition to sibling
242242
$state.go("^.sidebar"); $q.flush();
243243
expect($state.$current.name).toBe('about.sidebar');
244244
}));

0 commit comments

Comments
 (0)