소스 검색

chore: More precise wording

Sean Blackburn 1 년 전
부모
커밋
d59cb696bc
2개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 0
      src/components/enums/lecture-execution-type.yaml
  2. 1 1
      src/components/schemas/api/lecture-series.yaml

+ 0 - 0
src/components/enums/module-execution-type.yaml → src/components/enums/lecture-execution-type.yaml


+ 1 - 1
src/components/schemas/api/lecture-series.yaml

@@ -36,7 +36,7 @@ properties:
   lecture_type:
     $ref: ../../enums/teaching-type.yaml
   module_execution_method:
-    $ref: ../../enums/module-execution-type.yaml
+    $ref: ../../enums/lecture-execution-type.yaml
   pages:
     description: List of pages, on which the module can be found in the PDF
     type: array