Skip to content

Commit a52e22f

Browse files
authored
Update README.md
1 parent 4c25c42 commit a52e22f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Find the nth value of the fibonacci series. Suitable for enterprise solutions.
99

1010
#### Q: Why should I use this fibonacci generator?
1111

12-
A: It is *enterprise quality*, meaning that when you run fib.py, you aren't just getting a fibonacci generator using tuple unpacking or some other dumb technology list comprehension, you're only getting the best of a tried and true robust framework suitable for production code.
12+
A: It is *enterprise quality*, meaning that when you run fib.py, you aren't just getting a fibonacci generator using tuple unpacking or some other dumb, concise method, you're only getting the best of a tried and true robust framework suitable for production code.
1313

1414
#### Q: Why is this repo so large? 30 Mb seems like a lot.
1515

0 commit comments

Comments
 (0)