Commit Graph

12 Commits

Author SHA1 Message Date
Jarle Thorsen
92d7dc0f93
Update ex6_2.md to fix variable mismatch
The sell() method takes the nshares argument, however inside the method the variable shares is used instead.

This patch changes the name of the argument according to the variable used within the method.
2023-10-30 14:30:21 +01:00
Darshan Zend
1e2916e64f
typo 2023-08-14 15:47:31 +01:00
Aymane Boumaaza
ccfcd4cb9f
Fix missing bracket in ex3_6 2023-08-06 22:45:17 +01:00
David Lowry-Duda
b82efeca2a
Update ex7_1.md
This **tiny** commit corrects two typos.
2023-07-26 14:44:31 -04:00
Victor Engmark
c079eb9507 fix: Correct reference to Sequence 2023-07-26 11:23:28 +12:00
Suliman Sagindykov
48df268fa9
Update ex2_3.md
unnecessary space after a tab (from 5 to 4 spaces)
2023-07-21 16:19:24 +05:00
David Beazley
13df3ab71a
Merge pull request #14 from kozistr/fix/indentation
Fix indentation in exercise 9_4
2023-07-20 05:39:28 -05:00
kozistr
e92c1811db fix: indentation 2023-07-20 15:32:48 +09:00
William Rowell
87f932a66b
Fixed mixed indentation in exercise 1_1 and solution. 2023-07-19 23:20:45 -07:00
Chaoying
d26ca87a05
Fix indent 2023-07-19 11:22:22 +08:00
Matúš Ferech
8d3bb056fa
Fix broken links 2023-07-17 17:45:29 +02:00
David Beazley
7d4b30154a Initial commit 2023-07-16 20:21:00 -05:00