Skip to content

Commit 84af22b

Browse files
committed
Update ExampleTodoList.md
Add missing semi-colon.
1 parent e903f3e commit 84af22b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/basics/ExampleTodoList.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ React.render(
3737

3838
export const ADD_TODO = 'ADD_TODO';
3939
export const COMPLETE_TODO = 'COMPLETE_TODO';
40-
export const SET_VISIBILITY_FILTER = 'SET_VISIBILITY_FILTER'
40+
export const SET_VISIBILITY_FILTER = 'SET_VISIBILITY_FILTER';
4141

4242
/*
4343
* other constants

0 commit comments

Comments
 (0)