1
0
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:
Igor Chubin
2018-05-04 22:59:07 +00:00
parent c710e7aef0
commit b5cc36e5b7
+1 -1
View File
@@ -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):