Skip to content

Commit 6587d61

Browse files
Update README.md
1 parent 486f0b3 commit 6587d61

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -693,15 +693,15 @@ sequenceDiagram
693693
----------------
694694
Higher Func: Returns the greatest element in the Set corresponding to the number set in Higher Function.
695695
Where, the number set in the Function must be present in the given set.
696-
Set: [50.58 , 20.78, 30.65, 10.78, 50.98, 60.6530.65) ]
696+
Set: [50.58 , 20.78, 30.65, 10.78, 50.98, 60.65,30.65) ]
697697
Higher: set.higher(30.65) = 50.58
698698
699699
700700
:Lower:
701701
----------------
702702
Lower Func: Returns the lowest element in the Set corresponding to the number set in Lower Function.
703703
Where, the number set in the Function must be present in the given set.
704-
Set: [50.58 , 20.78, 30.65, 10.78, 50.98, 60.6530.65) ]
704+
Set: [50.58 , 20.78, 30.65, 10.78, 50.98, 60.65,30.65) ]
705705
Lower: set.lower(30.65) = 20.78
706706
707707
````

0 commit comments

Comments
 (0)