Skip to content

Commit

Permalink
[TropicalGeometry] Fix weird looking docs (#2463)
Browse files Browse the repository at this point in the history
  • Loading branch information
lkastner committed Jun 13, 2023
1 parent 4f06d82 commit d5412e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/TropicalGeometry/valuation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Currently, the only supported valuations are:
# Examples
$p$-adic valuation on $\mathbb{Q}$:
$p$-adic valuation on $\mathbb{Q}$:
```jldoctest
julia> val_2 = TropicalSemiringMap(QQ,2); # = TropicalSemiringMap(QQ,2,min)
Expand All @@ -41,7 +41,7 @@ julia> val_2(1//4)
(2)
```
$t$-adic valuation on $\mathbb{Q}(t)$:
$t$-adic valuation on $\mathbb{Q}(t)$:
```jldoctest
julia> Kt,t = RationalFunctionField(QQ,"t");
Expand Down

0 comments on commit d5412e9

Please sign in to comment.