Skip to content

Commit

Permalink
Merge pull request goreliu#14 from royaso/patch-1
Browse files Browse the repository at this point in the history
数值计算,少了一个左括号
  • Loading branch information
goreliu authored Apr 24, 2019
2 parents 0e56da9 + 6329604 commit c484815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 09_Zsh-开发指南(第九篇-函数和脚本).md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ fun() {
echo 123.456
}
% echo $($(fun) *2))
% echo $(($(fun) *2))
246.91200000000001
```

Expand Down

0 comments on commit c484815

Please sign in to comment.