You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,9 +57,9 @@ git checkout name-of-the-branch
57
57
The branch names have the pattern:
58
58
59
59
```
60
-
{number-of-the-week}-{pattern1}-{pattern2}...
60
+
{number-of-the-week}-{pattern1}...
61
61
```
62
-
> The quantity of patterns depends of what was requested at the taks of the corresponding week
62
+
> `number-of-the-week` corresponds to the week asked to be implemented certain pattern
63
63
64
64
## Testing
65
65
This project has no aim to run any of the implemented classes, as the goal is the code itself. However, the classes will be tested to visualize the behaviour and implementation
0 commit comments