Skip to content

Commit 478ba41

Browse files
Update probability/exponential_dist.cpp
Co-authored-by: realstealthninja <[email protected]>
1 parent 05de7d0 commit 478ba41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

probability/exponential_dist.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,6 @@ static void test(){
8585
}
8686

8787
int main(){
88-
test(); //Self-implemented test
88+
test(); //Self test implementation
8989
return 0;
9090
}

0 commit comments

Comments
 (0)