Skip to content

Commit 7ba1516

Browse files
committed
fix doctest syntax
1 parent 5f1ee34 commit 7ba1516

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/symops.jl

+2
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,9 @@ The identity operation ``1`` is always included in ``\\{g_i\\}``.
509509
## Example
510510
```jldoctest cosets
511511
julia> G = pointgroup("6mm")
512+
512513
julia> H = pointgroup("3")
514+
513515
julia> Q = cosets(G, H)
514516
4-element Vector{SymOperation{3}}:
515517
1

0 commit comments

Comments
 (0)