Skip to content

Commit

Permalink
Fix typo in betweeen
Browse files Browse the repository at this point in the history
  • Loading branch information
roed314 committed Jul 12, 2023
1 parent 6c461e6 commit c42cb5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lmfdb/modular_curves/templates/modcurve.html
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ <h2> {{ KNOWL('modcurve.nonrational_point', 'Non-rational points') }}</h2>

{% set modelisos = curve.formatted_modelisos %}
{% if modelisos %}
<h2> Maps betweeen models of this curve </h2>
<h2> Maps between models of this curve </h2>
{% for degree, domain_model_type, codomain_label, codomain_model_type, codomain_name, codomain_equation, coord_names, equations in modelisos %}
<p>Birational map from {{ curve.model_type_str(domain_model_type) }} to {{ curve.model_type_str(codomain_model_type) }}:</p>
<table valign="center">
Expand Down

0 comments on commit c42cb5f

Please sign in to comment.