Skip to content

Commit 30e0fbf

Browse files
author
Dana Binkley
committed
[-] Removing "So"
1 parent 8547903 commit 30e0fbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

courses/ada_essentials/030_basic_types/07-real_types.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Floating Point Type Operators
100100

101101
Exponentiation (:ada:`**`) result will be real
102102

103-
- So power must be :ada:`Integer`
103+
- Power must be :ada:`Integer`
104104

105105
+ Not possible to ask for root
106106
+ :ada:`X**0.5` |rightarrow| :ada:`sqrt (x)`

0 commit comments

Comments
 (0)