Syntax in Rack slide 3 does not work in recent version of Rack (rack-3.1.16) and ruby (3.4.1):

Current line of code that does not works in slides/rack.markdown:
classRackerdefcall(env)[200,{'Content-Type'=>'text/plain'},['Something happens!']]endendShould be fixed to this:
classRackerdefcall(env)[200,{'content-type'=>'text/plain'},['Something happens!']]endend
Syntax in Rack slide 3 does not work in recent version of Rack (rack-3.1.16) and ruby (3.4.1):
Current line of code that does not works in
slides/rack.markdown:Should be fixed to this: