Skip to content

Commit 1ce781f

Browse files
committed
spell correction
1 parent acdc0a2 commit 1ce781f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: financial/exponential_moving_average.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
Reference: https://www.investopedia.com/terms/e/ema.asp#toc-what-is-an-exponential-moving-average-ema
55
66
Exponential moving average is used in finance to analyze changes stock prices.
7-
EMA is used in conjuction with Simple moving average (SMA), EMA reacts to the
8-
changes inthe value quicker than SMA, which is one of the advantages of using EMA.
7+
EMA is used in conjunction with Simple moving average (SMA), EMA reacts to the
8+
changes in the value quicker than SMA, which is one of the advantages of using EMA.
99
"""
1010

1111

0 commit comments

Comments
 (0)