Skip to content

Commit 3248248

Browse files
committed
more fixes to broken doctest
1 parent 7ba1516 commit 3248248

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/symops.jl

+3-3
Original file line numberDiff line numberDiff line change
@@ -508,9 +508,9 @@ The identity operation ``1`` is always included in ``\\{g_i\\}``.
508508
509509
## Example
510510
```jldoctest cosets
511-
julia> G = pointgroup("6mm")
511+
julia> G = pointgroup("6mm");
512512
513-
julia> H = pointgroup("3")
513+
julia> H = pointgroup("3");
514514
515515
julia> Q = cosets(G, H)
516516
4-element Vector{SymOperation{3}}:
@@ -528,7 +528,7 @@ julia> [compose.(Ref(q), H) for q in Q]
528528
[m₁₁₀, m₁₀₀, m₀₁₀]
529529
[m₋₁₁₀, m₁₂₀, m₂₁₀]
530530
```
531-
"""
531+
"""
532532
function cosets(
533533
G::AbstractVector{T},
534534
H::AbstractVector{T}

0 commit comments

Comments
 (0)