Skip to content

Commit 7093e05

Browse files
authored
beginner_source/hta_trace_diff_tutorial.rst 오탈자 수정 (#981)
* fix typo in translation * fix typo in translation with feedback
1 parent 7d75ab1 commit 7093e05

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

beginner_source/hta_trace_diff_tutorial.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ TraceDiff 클래스의 메소드:
2020
다음과 같은 상태의 연산자와 커널을 가져옵니다.
2121
상태 예시:
2222

23-
#. **추가:** 실험군의 트레이스엔 추가되었고 대조군의 트레이스에는 없는 것
23+
#. **추가:** 실험군의 트레이스에는 추가되었고 대조군의 트레이스에는 없는 것
2424
#. **삭제:** 실험군의 트레이스에서 삭제되고 대조군의 트레이스에는 있는 것
25-
#. **증가:** 실험군의에서 빈도가 증가하고 대조군의 트레이스에도 존재하는 것
26-
#. **감소:** 실험군의에서 빈도가 감소하고 대조군의 트레이스에도 존재하는 것
25+
#. **증가:** 실험군의 트레이스에서 빈도가 증가하고 대조군의 트레이스에도 존재하는 것
26+
#. **감소:** 실험군의 트레이스에서 빈도가 감소하고 대조군의 트레이스에도 존재하는 것
2727
#. **변경 안 됨:** 두 세트의 트레이스 간에 변화가 없는 것
2828

2929
* `visualize_counts_diff <https://hta.readthedocs.io/en/latest/source/api/trace_diff_api.html#hta.trace_diff.TraceDiff.visualize_counts_diff>`_

0 commit comments

Comments
 (0)