Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix comment typos in script_constants #28646

Merged
merged 1 commit into from May 20, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions lib/cdo/script_constants.rb
Expand Up @@ -250,9 +250,9 @@ def self.teacher_dashboard_name(script)
# Sections can be assigned to both courses and scripts. We want to make sure
# we give teacher dashboard the same information for both sets of assignables.
# We also expect to be in a mixed world for a time where this info is asked for
# both by dashboard and pegasus, and we want to keep that in sycn. We accomplish
# both by dashboard and pegasus, and we want to keep that in sync. We accomplish
# most of that through this shared method, leaving it to dashboard/pegasus
# to take care of translating name/cateogry (with the unfortunate affect that
# to take care of translating name/cateogry (with the unfortunate effect that
# we could have two different translations).
# @param course_or_script [Course|Script] A row object from either our courses
# or scripts dashboard db tables.
Expand Down