Skip to content

Commit 682c202

Browse files
Merge pull request #27 from maxim-uvarov/patch-3
Renamed @Reccursion function name
2 parents 7963a5d + 3227598 commit 682c202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Number.Dec2Bin.pq

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
input = Number.IntegerDivide( num, 2 ),
1818

1919
r = if input > 0 then
20-
@fNumberToBinaryString( input , resulting_string)
20+
@Number_Dec2Bin( input , resulting_string)
2121
else resulting_string
2222
in
2323
r

0 commit comments

Comments
 (0)