Skip to content

Commit

Permalink
docs: use backticks for variable 'pi' for consistency
Browse files Browse the repository at this point in the history
Signed-off-by: Kamil Turek <[email protected]>
  • Loading branch information
kamilturek committed Jan 14, 2025
1 parent 504544d commit 56efa9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -940,7 +940,7 @@ follows:
> pi := 3.14
```

Once "pi" is defined, you query for the value and write expressions in terms of
Once `pi` is defined, you query for the value and write expressions in terms of
it:

```ruby
Expand Down

0 comments on commit 56efa9e

Please sign in to comment.