Skip to content

Commit

Permalink
Merge pull request #153 from jordibc/patch-1
Browse files Browse the repository at this point in the history
Minor fix in example
  • Loading branch information
enkimute committed Feb 21, 2023
2 parents 035deb1 + 5c33423 commit fdb1618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ specify basis blades and allows using arrays or lambda expressions without
the need for calling brackets in algebraic expressions.

```javascript
Algebra(2,0,1,()={
Algebra(2,0,1,()=>{

// Direct specification of basis blades using e-notation.
var xy_bivector = 1e12,
Expand Down

0 comments on commit fdb1618

Please sign in to comment.