Skip to content

Commit

Permalink
Katas UI string review - Getting started (#1748)
Browse files Browse the repository at this point in the history
  • Loading branch information
SoniaLopezBravo authored Jul 22, 2024
1 parent c00c1cd commit fc87a59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions katas/content/getting_started/flip_qubit/index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Exercises are problems that you have to solve by writing Q# code. In each exercise, you will be presented with placeholder code that you will have to fill in with the correct solution.
Exercises are problems that you have to solve by writing Q# code. In each exercise, you'll be presented with placeholder code that you'll have to fill in with the correct solution.

**Input:** A qubit in the $\ket{0}$ state.

**Goal:** Apply the X gate to the qubit, i.e., perform a "bit flip" to set the qubit into the $\ket{1}$ state.
**Goal:** Apply the X gate to the qubit, that is, perform a "bit flip" to set the qubit into the $\ket{1}$ state.

<details>
<summary><strong>Need a hint?</strong></summary>
Expand Down
2 changes: 1 addition & 1 deletion katas/content/getting_started/flip_qubit/solution.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Once you have successfully implemented a solution or if you are stuck on a problem, you can consult our reference solution, which contains additional details on how to solve the exercise.
Once you've successfully implemented a solution or if you're stuck on a problem, you can consult the reference solution, which contains additional details on how to solve the exercise.

For this exercise, you can solve the problem by simply using Q#'s `X` operation on the input qubit, which will perform a "bit flip" and set the qubit into the $\ket{1}$ state.

Expand Down

0 comments on commit fc87a59

Please sign in to comment.