Skip to content

Commit 46276ab

Browse files
committed
Fix phase to subtype from str, not enum to be consistent with others
1 parent 3368711 commit 46276ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/phIoT/lib/elec.trio

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ doc: "Direct current electricity"
3939

4040
--------------------------------------------------------------------------
4141
def: ^phase
42-
is: ^enum
42+
is: ^str
4343
wikipedia: `https://en.wikipedia.org/wiki/Three-phase_electric_power`
4444
doc: "Phase measurement in a three-phase electrical system"
4545
enum:

0 commit comments

Comments
 (0)