Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
puripuri2100 committed Apr 18, 2024
1 parent e8f7fab commit 5c119c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pattern/coins22.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ pub fn check(config: &config::Config) -> Result<Vec<Box<dyn Credits>>> {
for class in config.class.iter().filter(|c| c.get != Some(false)) {
let class_name = &*class.name;
match class_name {
"ソフトウェアサイエンス実験" => 専門必修実験.add(3),
"ソフトウェアサイエンス実験A" => 専門必修実験.add(3),
"ソフトウェアサイエンス実験B" => 専門必修実験.add(3),
"情報システム実験A" => 専門必修実験.add(3),
"情報システム実験B" => 専門必修実験.add(3),
Expand Down

0 comments on commit 5c119c4

Please sign in to comment.