mirror of
https://github.com/chubin/cheat.sh.git
synced 2026-06-20 13:16:44 +02:00
lib/adapter_learnxiny.py: use cpp as canonical name for C++
This commit is contained in:
@@ -119,7 +119,7 @@ class LearnClojureAdapter(LearnXYAdapter):
|
||||
return answer
|
||||
|
||||
class LearnCppAdapter(LearnXYAdapter):
|
||||
_prefix = "c++"
|
||||
_prefix = "cpp"
|
||||
_filename = "c++.html.markdown"
|
||||
|
||||
def _is_block_separator(self, before, now, after):
|
||||
|
||||
Reference in New Issue
Block a user