Skip to content

Commit

Permalink
Contributing: Fix a typo (microsoft#296)
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Granade <[email protected]>
  • Loading branch information
2 people authored and Chris Granade committed Jan 8, 2020
1 parent 803eee0 commit d516ef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/runtime/oracle-emulation/PermutationOracle.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public static void ApplyOracle(QuantumSimulator simulator, Func<Int64, Int64, In

/// <summary>
/// Apply a permutation defined by a permutation table. This overload
/// allows for perfomance optimizations like reuse of permutation
/// allows for performance optimizations like reuse of permutation
/// tables.
/// </summary>
public static void ApplyOracle(QuantumSimulator simulator, Int64[] permutation,
Expand Down

0 comments on commit d516ef9

Please sign in to comment.