Skip to content

Commit

Permalink
Merge pull request #27 from maxim-uvarov/patch-3
Browse files Browse the repository at this point in the history
Renamed @Reccursion function name
  • Loading branch information
KiaraGrouwstra committed Apr 12, 2018
2 parents 7963a5d + 3227598 commit 682c202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Number.Dec2Bin.pq
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
input = Number.IntegerDivide( num, 2 ),

r = if input > 0 then
@fNumberToBinaryString( input , resulting_string)
@Number_Dec2Bin( input , resulting_string)
else resulting_string
in
r

0 comments on commit 682c202

Please sign in to comment.