Skip to content

Commit efa3096

Browse files
amend comments for clarify
1 parent 7aca886 commit efa3096

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/scripts.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,9 @@ let rawStatePathRoutes = [
1919
];
2020

2121
// function to parse and build state.possibilities
22+
// from rawStatePathRoutes
2223

2324
// function to track state.parts
24-
// [T]: should this be a part of state.current
25-
// as in: state.current.parts ?
2625

2726
// function to update and track state.current
2827
// this is a full combo of all set state.parts
@@ -33,13 +32,14 @@ let rawStatePathRoutes = [
3332
// function to set state.props
3433
// including setting state.props.license (if valid)
3534

36-
// stepper logic here for what parts are displayed,
37-
// if valid license from state.parts and/or state.current
35+
// stepper logic here for what parts of form are
36+
// displayed/hidden, as state.parts and state.current
37+
// are updated
3838

39-
// function to render license recommendation,
39+
// function to render "license recommendation",
4040
// if valid license from state.parts and/or state.current
4141

42-
// function to render mark your work, from attribution fields
42+
// function to render "mark your work", from attribution fields
4343
// if valid license from state.parts and/or state.current
4444

4545
// function to handle error state

0 commit comments

Comments
 (0)