Skip to content

Commit

Permalink
Update Placeholder.qs (microsoft#1890)
Browse files Browse the repository at this point in the history
Fix a typo in Placeholder
  • Loading branch information
HopeAnnihilator authored Aug 26, 2024
1 parent 2df3b1e commit 2986b61
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
namespace Kata {
open Microsoft.Quantum.Math;

function ComplexPolarMult(x : ComplexPolar, y: ComplexPolar) : ComplexPolar {
function ComplexPolarMult(x : ComplexPolar, y : ComplexPolar) : ComplexPolar {
// Implement your solution here...
return ComplexPolar(0., 0.);
}
Expand Down

0 comments on commit 2986b61

Please sign in to comment.