Netflix / Hystrix

Hystrix is a latency and fault tolerance library designed to isolate points of access to remote systems, services and 3rd party libraries, stop cascading failure and enable resilience in complex distributed systems where failure is inevitable.
23.98k stars 4.7k forks source link

fix typo 'HystrixContextSchedulerAction' class name #2021

Closed hyukjin-lee closed 1 year ago

hyukjin-lee commented 2 years ago

I was looking at the Hystrix code and found a missing alphabet

HystrixContexSchedulerAction -> HystrixContextSchedulerAction

thank you