Skip to content

Commit

Permalink
Renamed @Reccursion function name
Browse files Browse the repository at this point in the history
  • Loading branch information
maxim-uvarov authored Apr 12, 2018
1 parent 470a96c commit 3227598
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 3227598

Please sign in to comment.