Skip to content

Commit e1ab7c8

Browse files
committed
improved comments
1 parent 37898d4 commit e1ab7c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plugins/r/src/plugin.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Contains the RPlugin
1+
//! Contains the RPlugin
22
33
use crate::error::RError;
44
use crate::RRunResult;

plugins/r/src/policy.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Contains the R student file policy
1+
//! Contains the R student file policy
22
33
use std::path::{Path, PathBuf};
44
use tmc_langs_framework::StudentFilePolicy;

0 commit comments

Comments
 (0)