Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Fe-r-oz authored and thofma committed Oct 22, 2024
1 parent 9c0767f commit 15e2946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ecc/codes/group_presentation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Implemented as a package extension with Oscar. Check the [QuantumClifford docume
function twobga_from_fp_group(args...)
ext = Base.get_extension(QuantumClifford, :QuantumCliffordOscarExt)
if isnothing(ext)
throw("The `twobga_from_fp_group` depends on the package `Oscar` but you have not installed or imported it yet. Immediately after you import `Oscar`, the `LiftedCode` will be available.")
throw("The `twobga_from_fp_group` depends on the package `Oscar` but you have not installed or imported it yet. Immediately after you import `Oscar`, the `twobga_from_fp_group` will be available.")

Check warning on line 8 in src/ecc/codes/group_presentation.jl

View check run for this annotation

Codecov / codecov/patch

src/ecc/codes/group_presentation.jl#L8

Added line #L8 was not covered by tests
end
return ext.twobga_from_fp_group(args...)
end

0 comments on commit 15e2946

Please sign in to comment.